From da0916b8c73a37029c4fccbff7a995e4a0175d52 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Sat, 5 Nov 2016 18:53:42 -0500 Subject: [PATCH] Add note about skipped windows tests --- pkg/client/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/client/client_test.go b/pkg/client/client_test.go index 1ded3f7..bec6544 100644 --- a/pkg/client/client_test.go +++ b/pkg/client/client_test.go @@ -335,7 +335,7 @@ func test_HistoryUniqueness(t *testing.T) { func TestAll(t *testing.T) { if onWindows() { - // Dont have access to windows machines at the moment... + t.Log("Unit testing on Windows platform is not supported.") return }