summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-04-30 11:27:08 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-05-04 16:54:12 +0000
commitb3ccc75e5aa4b182e0859f8e862e1248425c30d4 (patch)
treef9359a28b22a94e5462fd856a5fd6b525fae49ff /buildscripts
parentbd579c0d3f2583c2af7dcd98c7f6cfc55009b406 (diff)
downloadmongo-b3ccc75e5aa4b182e0859f8e862e1248425c30d4.tar.gz
SERVER-43490 Perform TODO listed in SERVER-38686
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
index 0ea534ef05e..870c001cbd5 100644
--- a/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
+++ b/buildscripts/resmokeconfig/suites/multi_stmt_txn_jscore_passthrough_with_migration.yml
@@ -150,13 +150,6 @@ selector:
# TODO: SERVER-38207 Cannot insert document with MaxKey shard key.
- jstests/core/type8.js
- # TODO: SERVER-38686 createIndex should prioritize other errors over
- # CannotImplicitlyCreateCollection
- - jstests/core/fts_spanish.js
- - jstests/core/geo_invalid_polygon.js
- - jstests/core/geo_s2index.js
- - jstests/core/wildcard_index_validindex.js
-
# benchRun bypasses the network_error_and_txn_override.js so it doesn't run under the same
# transaction and can cause test to timeout because of the 3 hr transactions lifetime setting and
# moveChunk getting blocked trying to acquire collection X lock while doing chunk refresh.