summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js')
-rw-r--r--jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js b/jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js
index 35f0fa98f87..18218e00978 100644
--- a/jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js
+++ b/jstests/concurrency/fsm_workloads/secondary_reads_with_catalog_changes.js
@@ -22,7 +22,7 @@ load('jstests/concurrency/fsm_workloads/secondary_reads.js'); // for $config
* Note that index/collection drop could interrupt the reads, so we need to retry if the read is
* interrupted.
*
- * @tags: [requires_replication]
+ * @tags: [creates_background_indexes, requires_replication, uses_write_concern]
*/
var $config = extendWorkload($config, function($config, $super) {