Skip postgres tests on windows for now

This commit is contained in:
Dan Sosedoff 2015-01-13 22:24:00 -06:00
parent ead8f0e449
commit 5467b07823

View File

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