diff options
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml | 4 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml index f6b765d386e..14ec54f844b 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_initsync.yml @@ -49,8 +49,10 @@ selector: - jstests/core/temp_cleanup.js # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). - jstests/core/apply_ops1.js - # operation_latency_histogram.js does not expect concurrent reads against its test collection. + # operation_latency_histogram.js and geo_s2cursorlimitskip.js do not expect concurrent reads + # against their test collections. - jstests/core/operation_latency_histogram.js + - jstests/core/geo_s2cursorlimitskip.js run_hook_interval: &run_hook_interval 20 executor: diff --git a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml index b67e4a7fec7..794ec483123 100644 --- a/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml +++ b/buildscripts/resmokeconfig/suites/core_small_oplog_rs_resync.yml @@ -49,8 +49,10 @@ selector: - jstests/core/temp_cleanup.js # apply_ops1.js is blacklisted since it uses non-idempotent applyOps commands (SERVER-27096). - jstests/core/apply_ops1.js - # operation_latency_histogram.js does not expect concurrent reads against its test collection. + # operation_latency_histogram.js and geo_s2cursorlimitskip.js do not expect concurrent reads + # against their test collections. - jstests/core/operation_latency_histogram.js + - jstests/core/geo_s2cursorlimitskip.js run_hook_interval: &run_hook_interval 20 executor: |