summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/sharding/migration_waits_for_majority_commit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/migration_waits_for_majority_commit.js b/jstests/sharding/migration_waits_for_majority_commit.js
index 6b808b80081..b6ba286e7f9 100644
--- a/jstests/sharding/migration_waits_for_majority_commit.js
+++ b/jstests/sharding/migration_waits_for_majority_commit.js
@@ -1,7 +1,7 @@
/**
* This test is meant to test that a migration will correctly wait for the majority commit point
* when there are no transfer mod writes (SERVER-42783).
- * @tags: [requires_find_command]
+ * @tags: [requires_find_command, requires_majority_read_concern]
*/
(function() {