summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorseanzimm <sean.zimmerman@mongodb.com>2023-01-30 18:58:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-30 21:17:40 +0000
commit20d59bdd62b679d282ee9e038290caa6306b35ca (patch)
tree365285e74f636ccf5d126b242bb3a4b86f0ced0b /buildscripts
parent130b0081de32d24da58ed8aae2289d0ff00197be (diff)
downloadmongo-20d59bdd62b679d282ee9e038290caa6306b35ca.tar.gz
SERVER-72602: Populate Cursor Response for BulkWrite on Mongod
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
index 31fc7cba7d2..8aa1a2a1858 100644
--- a/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/native_tenant_data_isolation_with_dollar_tenant_jscore_passthrough.yml
@@ -76,6 +76,8 @@ selector:
- jstests/core/txns/write_conflicts_with_non_txns.js
# TODO SERVER-72357: cannot get the expected error due to an authorization contract issue.
- jstests/core/txns/multi_statement_transaction_command_args.js
+ # TODO SERVER-72187: bulkWrite command does not support Tenant ID command
+ - jstests/core/write/bulk/bulk_write_cursor.js
# TODO SERVER-73023 The tenantId is not attached to the namespace provided to failcommand
# failpoint
- jstests/core/failcommand_failpoint.js