uncomment to skip test in short mode

This commit is contained in:
Kevin Bouwkamp
2015-09-14 18:47:07 -07:00
committed by Cameron Sparr
parent 50fcb3914d
commit 2217fb8c58
+3 -3
View File
@@ -119,9 +119,9 @@ func TestPostgresqlDefaultsToAllDatabases(t *testing.T) {
}
func TestPostgresqlIgnoresUnwantedColumns(t *testing.T) {
// if testing.Short() {
// t.Skip("Skipping integration test in short mode")
// }
if testing.Short() {
t.Skip("Skipping integration test in short mode")
}
p := &Postgresql{
Servers: []*Server{