Skip to content

Commit 223759e

Browse files
committed
chore(tests): enable system table query tests in CI
1 parent 6666869 commit 223759e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/datatype/test_system_table_queries.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"pg_settings",
4343
"pg_stats",
4444
"pg_tables",
45-
# "pg_user", # has unsupported type oid 702
45+
"pg_user",
4646
"pg_views",
4747
# "pg_authid",
4848
# "pg_auth_members",
@@ -81,7 +81,6 @@
8181
# conversion issue. no validation of result set occurs.
8282

8383

84-
@pytest.mark.skip(reason="manual")
8584
@pytest.mark.parametrize("client_protocol", ClientProtocolVersion.list())
8685
@pytest.mark.parametrize("table_name", system_tables)
8786
def test_process_system_table_datatypes(db_kwargs, client_protocol, table_name):

0 commit comments

Comments
 (0)