Change t.Skip to t.Log in tests for go1.0.3 compatibility

This commit is contained in:
Guillaume J. Charmes 2013-05-13 10:45:45 -07:00
parent 908e4797a6
commit 824ad4274a
1 changed files with 1 additions and 1 deletions

View File

@ -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