summaryrefslogtreecommitdiff
path: root/jstests/core/update_metrics.js
diff options
context:
space:
mode:
authorMatt Broadstone <mbroadst@mongodb.com>2022-04-08 14:15:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-04-08 14:57:19 +0000
commitf881618f7f0b2577c1cee72e0c979d6c497aa7c3 (patch)
tree4ce909a4ffc66bec283c08ab7a7858f15d2edd1c /jstests/core/update_metrics.js
parent8c491374ed6a52de14ad52db4bb64091d119c0a0 (diff)
downloadmongo-f881618f7f0b2577c1cee72e0c979d6c497aa7c3.tar.gz
SERVER-65070 Deduplicate list of incompatible mtm migrations tests
Diffstat (limited to 'jstests/core/update_metrics.js')
-rw-r--r--jstests/core/update_metrics.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/update_metrics.js b/jstests/core/update_metrics.js
index ab4155ce41c..8bf93e5009d 100644
--- a/jstests/core/update_metrics.js
+++ b/jstests/core/update_metrics.js
@@ -7,6 +7,9 @@
* assumes_unsharded_collection,
* # The test relies on the precise number of executions of commands.
* requires_non_retryable_writes,
+ * # This test contains assertions on the number of executed operations, and tenant migrations
+ * # passthrough suites automatically retry operations on TenantMigrationAborted errors.
+ * tenant_migration_incompatible,
* ]
*/
(function() {