diff --git a/components/engine/api_test.go b/components/engine/api_test.go index 68e60adc21..2128f3ef35 100644 --- a/components/engine/api_test.go +++ b/components/engine/api_test.go @@ -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