mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Change t.Skip to t.Log in tests for go1.0.3 compatibility
This commit is contained in:
parent
908e4797a6
commit
824ad4274a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue