mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
Change t.Skip to t.Log in tests for go1.0.3 compatibility
This commit is contained in:
+1
-1
@@ -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