summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2021-02-25 18:59:52 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-25 23:17:40 +0000
commitefab2d7169485da688862be1cf6b324120b721c8 (patch)
treed21b5e3f7940ca00abe6c5b7c602be50f374c56f /buildscripts
parentafe0cd802663e0ee42387df1a2f694a62dcd8fd8 (diff)
downloadmongo-efab2d7169485da688862be1cf6b324120b721c8.tar.gz
SERVER-54449 Enable index related tests in tenant_migration_jscore_passthrough suite
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
index cd227f0d18e..279e27d4fdd 100644
--- a/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/tenant_migration_jscore_passthrough.yml
@@ -87,19 +87,6 @@ selector:
- jstests/core/notablescan_capped.js
# captrunc command is not blocked during tenant migration.
- jstests/core/capped6.js
- # TODO (SERVER-54449): Enable index related tests in tenant_migration_jscore_passthrough suite.
- - jstests/core/*explain*.js
- - jstests/core/*geo*.js
- - jstests/core/*index*.js
- - jstests/core/*multikey*.js
- - jstests/core/*stage*.js
- - jstests/core/agg_hint.js
- - jstests/core/geo_s2sparse.js
- - jstests/core/insert_illegal_doc.js
- - jstests/core/ord.js
- - jstests/core/or2.js
- - jstests/core/sort_merge.js
- - jstests/core/splitvector.js
# TODO (SERVER-51774): Ensure the donor's TenantMigrationCommitted/TenantMigrationAborted write
# errors don't exceed the max BSON size.
- jstests/core/batch_write_command_delete.js