Change t.Skip to t.Log in tests for go1.0.3 compatibility
Upstream-commit: 824ad4274a6de5bacb67bce892faaeb0094977b2 Component: engine
This commit is contained in:
@@ -1194,7 +1194,7 @@ func TestDeleteContainers(t *testing.T) {
|
||||
|
||||
func TestDeleteImages(t *testing.T) {
|
||||
//FIXME: Implement this test
|
||||
t.Skip("Test not implemented")
|
||||
t.Log("Test not implemented")
|
||||
}
|
||||
|
||||
// Mocked types for tests
|
||||
|
||||
Reference in New Issue
Block a user