mirror of https://github.com/citusdata/citus.git
Don't print node ids in multi_multiuser_auth and multi_poolinfo_usage tests
parent
d4efad30da
commit
4995e99975
|
@ -212,6 +212,9 @@ DEPS = {
|
||||||
"add_coordinator": TestDeps(
|
"add_coordinator": TestDeps(
|
||||||
"minimal_schedule", ["remove_coordinator_from_metadata"], repeatable=False
|
"minimal_schedule", ["remove_coordinator_from_metadata"], repeatable=False
|
||||||
),
|
),
|
||||||
|
"multi_multiuser_auth": TestDeps(
|
||||||
|
"minimal_schedule", ["multi_create_table", "multi_create_users", "multi_multiuser_load_data"], repeatable=False
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue