Skip postgres tests on windows for now
This commit is contained in:
parent
ead8f0e449
commit
5467b07823
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user