diff options
author | Cheahuychou Mao <cheahuychou.mao@mongodb.com> | 2020-07-23 16:30:16 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-24 14:51:25 +0000 |
commit | 5e53ee3ca0a90eb98cdab94b298dec810fb46804 (patch) | |
tree | 4adac5b4b1d754e9768531404f52bbb250ce1c60 /buildscripts/resmokeconfig | |
parent | 78cc027285359cc21c55f2dac69ce41cb9f23959 (diff) | |
download | mongo-5e53ee3ca0a90eb98cdab94b298dec810fb46804.tar.gz |
SERVER-49427 Delete pending_chunk.js and remove now-defunct code in the MetadataManager
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r-- | buildscripts/resmokeconfig/suites/multiversion.yml | 3 | ||||
-rw-r--r-- | buildscripts/resmokeconfig/suites/multiversion_auth.yml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml index 94653715e7d..a2076d5c58e 100644 --- a/buildscripts/resmokeconfig/suites/multiversion.yml +++ b/buildscripts/resmokeconfig/suites/multiversion.yml @@ -19,9 +19,6 @@ selector: - jstests/multiVersion/genericSetFCVUsage/crash_mongos_against_upgraded_cluster.js # TODO: SERVER-48192 - - jstests/multiVersion/pending_chunk.js - - # TODO: SERVER-48192 - jstests/multiVersion/migrations_with_mixed_fcv.js # Multiversion tests start their own mongod's. diff --git a/buildscripts/resmokeconfig/suites/multiversion_auth.yml b/buildscripts/resmokeconfig/suites/multiversion_auth.yml index b119565dc3f..11de88438a0 100644 --- a/buildscripts/resmokeconfig/suites/multiversion_auth.yml +++ b/buildscripts/resmokeconfig/suites/multiversion_auth.yml @@ -23,9 +23,6 @@ selector: - jstests/multiVersion/genericSetFCVUsage/crash_mongos_against_upgraded_cluster.js # TODO: SERVER-48192 - - jstests/multiVersion/pending_chunk.js - - # TODO: SERVER-48192 - jstests/multiVersion/migrations_with_mixed_fcv.js # Multiversion tests start their own mongod's. |