summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-02-18 13:26:09 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-22 20:54:55 +0000
commitcc4854a927905dcf32fd0968176a706dc37ed329 (patch)
treef3fdccede38f81459703256f2e8df22fc7dccb5e /buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
parent914e04e031fba864dc9bf139bbb96abd91871343 (diff)
downloadmongo-cc4854a927905dcf32fd0968176a706dc37ed329.tar.gz
SERVER-54572 Introduce assumes_standalone_mongod tag for jscore tests
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
index 14c91807627..5562a78bb03 100644
--- a/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_jscore_op_query_passthrough.yml
@@ -13,13 +13,11 @@ selector:
- jstests/core/capped6.js # captrunc.
- jstests/core/capped_convertToCapped1.js # cloneCollectionAsCapped.
- jstests/core/capped_empty.js # emptycapped.
- - jstests/core/capped_update.js # uses godinsert and can't run under replication.
- jstests/core/check_shard_index.js # checkShardingIndex.
- jstests/core/collection_truncate.js # emptycapped.
- jstests/core/collmod_without_uuid.js # applyOps, SERVER-1439
- jstests/core/compact_keeps_indexes.js # compact.
- jstests/core/currentop.js # uses fsync.
- - jstests/core/dbadmin.js # "local" database.
- jstests/core/dbhash.js # dbhash.
- jstests/core/dbhash2.js # dbhash.
- jstests/core/diagdata.js # Command not supported in mongos
@@ -54,6 +52,7 @@ selector:
- jstests/core/txns/prepare_transaction_fails_on_temp_collections.js
exclude_with_any_tags:
+ - assumes_standalone_mongod
- assumes_against_mongod_not_mongos
# system.profile collection doesn't exist on mongos.
- requires_profiling