From 5467b078236c4529715a3fe7fa3fafe5b1b563e1 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 13 Jan 2015 22:24:00 -0600 Subject: [PATCH] Skip postgres tests on windows for now --- client_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client_test.go b/client_test.go index a722512..424962b 100644 --- a/client_test.go +++ b/client_test.go @@ -225,6 +225,11 @@ func test_HistoryError(t *testing.T) { } func TestAll(t *testing.T) { + if onWindows() { + // Dont have access to windows machines at the moment... + return + } + setupCommands() teardown() setup()