From 824ad4274a6de5bacb67bce892faaeb0094977b2 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Mon, 13 May 2013 10:45:45 -0700 Subject: [PATCH] Change t.Skip to t.Log in tests for go1.0.3 compatibility --- api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_test.go b/api_test.go index 68e60adc21..2128f3ef35 100644 --- a/api_test.go +++ b/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