From 2217fb8c58d0fdd0b5199af1006a443fee44dfea Mon Sep 17 00:00:00 2001 From: Kevin Bouwkamp Date: Sun, 13 Sep 2015 04:34:54 -0400 Subject: [PATCH] uncomment to skip test in short mode --- plugins/postgresql/postgresql_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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{