diff options
2 files changed, 2 insertions, 0 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 7fbf0fe38f5..457b669d6a4 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_kill_primary_jscore_passthrough.yml @@ -147,6 +147,7 @@ selector: - jstests/core/field_name_validation.js - jstests/core/index_partial_read_ops.js - jstests/core/index_stats.js + - jstests/core/insert1.js - jstests/core/json_schema/misc_validation.js - jstests/core/noop_writes.js - jstests/core/operation_latency_histogram.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 525d17a2f66..d6ac11f3dd3 100644 --- a/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/tenant_migration_terminate_primary_jscore_passthrough.yml @@ -147,6 +147,7 @@ selector: - jstests/core/field_name_validation.js - jstests/core/index_partial_read_ops.js - jstests/core/index_stats.js + - jstests/core/insert1.js - jstests/core/json_schema/misc_validation.js - jstests/core/noop_writes.js - jstests/core/operation_latency_histogram.js |