uncomment to skip test in short mode
This commit is contained in:
parent
50fcb3914d
commit
2217fb8c58
|
@ -119,9 +119,9 @@ func TestPostgresqlDefaultsToAllDatabases(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPostgresqlIgnoresUnwantedColumns(t *testing.T) {
|
func TestPostgresqlIgnoresUnwantedColumns(t *testing.T) {
|
||||||
// if testing.Short() {
|
if testing.Short() {
|
||||||
// t.Skip("Skipping integration test in short mode")
|
t.Skip("Skipping integration test in short mode")
|
||||||
// }
|
}
|
||||||
|
|
||||||
p := &Postgresql{
|
p := &Postgresql{
|
||||||
Servers: []*Server{
|
Servers: []*Server{
|
||||||
|
|
Loading…
Reference in New Issue