uncomment to skip test in short mode

This commit is contained in:
Kevin Bouwkamp 2015-09-13 04:34:54 -04:00 committed by Cameron Sparr
parent 50fcb3914d
commit 2217fb8c58
1 changed files with 3 additions and 3 deletions

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{