Skip to content

Commit b95bd6a

Browse files
committed
remove flags
1 parent 3708d24 commit b95bd6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/integration/catalog_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
200200
ORDER BY 1, 2
201201
LIMIT 20
202202
`,
203-
DuckgresOnly: true,
204203
},
205204

206205
// \dn - list schemas
@@ -213,7 +212,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
213212
WHERE n.nspname !~ '^pg_' AND n.nspname <> 'information_schema'
214213
ORDER BY 1
215214
`,
216-
DuckgresOnly: true,
217215
},
218216

219217
// \l - list databases
@@ -226,7 +224,6 @@ func TestCatalogPsqlCommands(t *testing.T) {
226224
FROM pg_catalog.pg_database d
227225
ORDER BY 1
228226
`,
229-
DuckgresOnly: true,
230227
},
231228
}
232229
runQueryTests(t, tests)

0 commit comments

Comments
 (0)