0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-39619 Blacklist tests asserting on nMatched for multi updates in multi_stmt_txn_jscore_passthrough_with_migration

This commit is contained in:
Jack Mulrow 2019-03-21 15:47:09 -04:00
parent c198c2b606
commit 9fa4a356cc
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// @tags: [requires_non_retryable_writes]
// @tags: [assumes_balancer_off, requires_non_retryable_writes]
NUM = 20;
M = 5;

View File

@ -1,4 +1,4 @@
// @tags: [requires_non_retryable_writes]
// @tags: [assumes_balancer_off, requires_non_retryable_writes]
// tests that $addToSet works in a multi-update.
(function() {