diff options
3 files changed, 0 insertions, 9 deletions
diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml index e4982510a7a..39e9f112e13 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml @@ -120,9 +120,6 @@ selector: # Blacklists specific to this suite # - # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in - # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites. - - jstests/core/background_unique_indexes.js # TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by # timestamp. - jstests/core/*find_and_modify*.js diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml index 9452e1e1a64..2cc25669001 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_stepdown_jscore_passthrough.yml @@ -120,9 +120,6 @@ selector: # Blacklists specific to this suite # - # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in - # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites. - - jstests/core/background_unique_indexes.js # TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by # timestamp. - jstests/core/*find_and_modify*.js diff --git a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml index 4650768a472..668cb84c2db 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml @@ -120,9 +120,6 @@ selector: # Blacklists specific to this suite # - # TODO (SERVER-55364): Investigate DuplicateKey error for createIndex command in - # background_unique_indexes.js in tenant migration stepdown/kill/terminate suites. - - jstests/core/background_unique_indexes.js # TODO (SERVER-55359): Docs in tenant migration oplog buffer collection might not be ordered by # timestamp. - jstests/core/*find_and_modify*.js |