summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2017-08-31 11:52:47 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2017-09-01 15:36:35 -0400
commit4e01e3582541fc00ec2e83c97cac89b59fbfeb34 (patch)
tree8a45fd7b6a4dc03e7ae618cd1553286266dbadec /buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
parent144cb2c717d2d58b7503eab7fa15f28f95772bcc (diff)
downloadmongo-4e01e3582541fc00ec2e83c97cac89b59fbfeb34.tar.gz
SERVER-30907 Ban $changeStream on non replica set deployments
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
index 964a6d437cf..fae8086dfa5 100644
--- a/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
@@ -39,8 +39,9 @@ selector:
- jstests/core/stages*.js # stageDebug.
- jstests/core/startup_log.js # "local" database.
- jstests/core/storageDetailsCommand.js # diskStorageStats.
- - jstests/core/tailable_skip_limit.js # capped collections.
+ - jstests/core/tailable_cursor_invalidation.js # capped collections.
- jstests/core/tailable_getmore_batch_size.js # capped collections.
+ - jstests/core/tailable_skip_limit.js # capped collections.
- jstests/core/top.js # top.
# The following tests fail because mongos behaves differently from mongod when testing certain
# functionality. The differences are in a comment next to the failing test.