summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-10-08 02:49:49 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2018-10-08 02:49:49 -0400
commit82a07e2f04f47de1602885ba00ecbca0ee72fc3f (patch)
treee0422c20c1c0a77ba578a32f2239eec14e350726
parentb272bf351c39677d1e87d5c7fcd8b15b61465012 (diff)
downloadmongo-82a07e2f04f47de1602885ba00ecbca0ee72fc3f.tar.gz
Revert "SERVER-36848 Temporarily blacklist snapshot_read_kill_op_only.js."
This reverts commit ebb653a9bdcb6ba1f1d4cc8113d32cdb86e6d2bb.
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml
index 11a4203cecb..812b9dece09 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_simultaneous_replication.yml
@@ -22,10 +22,6 @@ selector:
# This workload kills random sessions and a different FSM workload wouldn't be able to handle
# the error response from the op being killed.
- jstests/concurrency/fsm_workloads/multi_statement_transaction_kill_sessions_atomicity_isolation.js
-
- # TODO SERVER-36848: This workload leads to a task timeout because the txnNumber being incremented
- # in a getMore command prevents the idle transaction from ever being aborted.
- - jstests/concurrency/fsm_workloads/snapshot_read_kill_op_only.js
exclude_with_any_tags:
- requires_sharding