Fixes test problem

pull/7240/head
gindibay 2023-10-27 14:01:23 +03:00
parent b28210c04f
commit 3cb5cab8cd
1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,8 @@ test: ref_citus_local_fkeys
test: alter_database_owner test: alter_database_owner
test: distributed_triggers test: distributed_triggers
test: create_single_shard_table test: create_single_shard_table
test: create_drop_database_propagation
# don't parallelize single_shard_table_udfs to make sure colocation ids are sequential # don't parallelize single_shard_table_udfs to make sure colocation ids are sequential
test: single_shard_table_udfs test: single_shard_table_udfs
test: schema_based_sharding test: schema_based_sharding
@ -52,7 +54,6 @@ test: multi_read_from_secondaries
test: grant_on_database_propagation test: grant_on_database_propagation
test: alter_database_propagation test: alter_database_propagation
test: create_drop_database_propagation
test: citus_shards test: citus_shards