diff --git a/plugins/postgresql/postgresql_test.go b/plugins/postgresql/postgresql_test.go index 7910425f5..f05fddb68 100644 --- a/plugins/postgresql/postgresql_test.go +++ b/plugins/postgresql/postgresql_test.go @@ -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{