Skip to content

Commit d4f7a48

Browse files
committed
add link to github bug
1 parent 8d6b75b commit d4f7a48

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

testing/go/prepared_statement_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1341,6 +1341,7 @@ var pgCatalogTests = []ScriptTest{
13411341
},
13421342
Assertions: []ScriptTestAssertion{
13431343
{
1344+
// https://github.com/dolthub/doltgresql/issues/2217
13441345
Skip: true,
13451346
Query: `SELECT c.oid,d.description,pg_catalog.pg_get_expr(c.relpartbound, c.oid) as partition_expr, pg_catalog.pg_get_partkeydef(c.oid) as partition_key
13461347
FROM pg_catalog.pg_class c
@@ -1350,6 +1351,7 @@ WHERE c.relnamespace=$1 AND c.relkind not in ('i','I','c') and c.oid not in (sel
13501351
Expected: []sql.Row{{1712283605, nil, nil, ""}},
13511352
},
13521353
{
1354+
// https://github.com/dolthub/doltgresql/issues/2217
13531355
Skip: true,
13541356
Query: `SELECT d.description from pg_catalog.pg_description d WHERE d.classoid='pg_class'::regclass`,
13551357
// TODO: add expected values

0 commit comments

Comments
 (0)