diff --git a/src/test/regress/citus_tests/run_test.py b/src/test/regress/citus_tests/run_test.py index 30f6b3b37..90c16b04e 100755 --- a/src/test/regress/citus_tests/run_test.py +++ b/src/test/regress/citus_tests/run_test.py @@ -152,7 +152,7 @@ DEPS = { worker_count=6, ), "create_drop_database_propagation": TestDeps("minimal_schedule"), - "create_drop_database_propagation_pg_15": TestDeps("minimal_schedule"), + "create_drop_database_propagation_pg15": TestDeps("minimal_schedule"), "function_propagation": TestDeps("minimal_schedule"), "citus_shards": TestDeps("minimal_schedule"), "grant_on_foreign_server_propagation": TestDeps("minimal_schedule"),