Skip to content

Commit

Permalink
Merge branch 'main' into contributing-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
onurctirtir committed Jan 31, 2024
2 parents 0161f69 + 3ce731d commit 39cf4bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/test/regress/citus_tests/run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ def extra_tests(self):
["columnar_create", "columnar_load"],
repeatable=False,
),
"multi_metadata_sync": TestDeps(
None,
[
"multi_sequence_default",
"alter_database_propagation",
"alter_role_propagation",
"grant_on_schema_propagation",
"multi_test_catalog_views",
"multi_drop_extension",
],
repeatable=False,
),
}


Expand Down

0 comments on commit 39cf4bb

Please sign in to comment.