Skip test_dumpv4_restore_compatibility_* without superuser (#6436)

Creating the pgvector extension would require superuser role
This commit is contained in:
Fantix King 2023-11-07 05:00:20 +09:00 committed by GitHub
parent ec015d9eae
commit 9c49debb2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,4 +118,4 @@ class TestDumpV4Compat(
dump_subdir='dumpv4',
check_method=DumpTestCaseMixin.ensure_schema_data_integrity,
):
pass
BACKEND_SUPERUSER = True