summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamontea <merciers.merciers@gmail.com>2021-10-29 16:41:30 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-29 17:06:26 +0000
commitf67e98440c7785331f3d4007d4a4864ab611613b (patch)
tree3e0f5769d5bd7aa90c8a6e288bea95c065dc3e8f
parentda1d7ecb54596409a455f1457012d9dafe788d90 (diff)
downloadmongo-f67e98440c7785331f3d4007d4a4864ab611613b.tar.gz
SERVER-59505 Fix tenant migration test suite
-rw-r--r--jstests/core/timeseries/timeseries_find.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/core/timeseries/timeseries_find.js b/jstests/core/timeseries/timeseries_find.js
index 7e907100354..7b8fb921d4d 100644
--- a/jstests/core/timeseries/timeseries_find.js
+++ b/jstests/core/timeseries/timeseries_find.js
@@ -6,6 +6,8 @@
* does_not_support_stepdowns,
* requires_pipeline_optimization,
* requires_timeseries,
+ * # Tenant migration may cause they test case to fail as it could lead to bucket splitting.
+ * tenant_migration_incompatible,
* ]
*/