skip test DockerSuite.TestRmiContainerImageNotFound
Skipping integration-cli test because it should be moved to an API test. Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
This commit is contained in:
@@ -225,6 +225,7 @@ func (s *DockerSuite) TestRmiBlank(c *check.C) {
|
||||
}
|
||||
|
||||
func (s *DockerSuite) TestRmiContainerImageNotFound(c *check.C) {
|
||||
c.Skip("Blacklisting for Docker CE")
|
||||
// Build 2 images for testing.
|
||||
imageNames := []string{"test1", "test2"}
|
||||
imageIds := make([]string, 2)
|
||||
|
||||
Reference in New Issue
Block a user