summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
diff options
context:
space:
mode:
authorArun Banala <arun.banala@10gen.com>2019-09-30 17:34:40 +0000
committerevergreen <evergreen@mongodb.com>2019-09-30 17:34:40 +0000
commit3e320ee9de38debb65bfbcaace808d24e20ab52f (patch)
treed7a4b2e73c504de4a9e373f32aadc01f170e2cb7 /buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
parent9237e4d66a592d30385f9496b8fda1590e9ff9ca (diff)
downloadmongo-3e320ee9de38debb65bfbcaace808d24e20ab52f.tar.gz
SERVER-38167 Use 'requires_profiling' tag to exclude profile tests from core passthroughs
Diffstat (limited to 'buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
index c844f10647e..43f3668ea49 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_multi_stmt_txn_terminate_primary_jscore_passthrough.yml
@@ -223,9 +223,6 @@ selector:
- jstests/core/max_time_ms.js
- jstests/core/oro.js
- # Expects certain number of operations in the system.profile collection.
- - jstests/core/profile*.js
-
# Parallel Shell - we do not signal the override to end a txn when a parallel shell closes.
- jstests/core/awaitdata_getmore_cmd.js
- jstests/core/compact_keeps_indexes.js
@@ -346,6 +343,7 @@ selector:
- operations_longer_than_stepdown_interval_in_txns
# Transactions are not allowed to operate on capped collections.
- requires_capped
+ - requires_profiling
# Retrying a query can change whether a plan cache entry is active.
- inspects_whether_plan_cache_entry_is_active