summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
index 1a94d618226..bbe744b2286 100644
--- a/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
+++ b/buildscripts/resmokeconfig/suites/causally_consistent_jscore_passthrough_auth.yml
@@ -154,6 +154,10 @@ selector:
- jstests/core/explain_upsert.js
# The `dbstats` command builds in-memory structures that are not causally consistent.
- jstests/core/dbstats.js
+ # TODO SERVER-33248: Remove this test from the blacklist. The secondary can get stuck without a
+ # sync source if the RestartCatalog command kills its oplog fetching cursor, which blocks
+ # secondary majority reads.
+ - jstests/core/restart_catalog.js
# These include operations the root user auth'd on the test database is not authorized to perform,
# e.g. dropping or creating system collections.