diff options
author | Lingzhi Deng <lingzhi.deng@mongodb.com> | 2021-06-17 21:34:19 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-21 02:47:51 +0000 |
commit | 0b39a23e1f9a8ed0a15c38aa270971e1a4fe83a7 (patch) | |
tree | 82e54c1e5fa64b46b23f0ae013f04cc39d5685fd /jstests | |
parent | 374bb76c029bb56e684bfcdf1e7ffad03bd08b87 (diff) | |
download | mongo-0b39a23e1f9a8ed0a15c38aa270971e1a4fe83a7.tar.gz |
SERVER-57787: Exclude geo_big_polygon3.js from tenant migration passthrough suites
(cherry picked from commit 5d71a73a7b232faa1c9c982e90f105df38486985)
Diffstat (limited to 'jstests')
-rw-r--r-- | jstests/core/geo_big_polygon3.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/geo_big_polygon3.js b/jstests/core/geo_big_polygon3.js index 8877c73fb3a..43e5131257e 100644 --- a/jstests/core/geo_big_polygon3.js +++ b/jstests/core/geo_big_polygon3.js @@ -1,6 +1,7 @@ // @tags: [ // does_not_support_stepdowns, // requires_fastcount, +// requires_multi_updates, // requires_non_retryable_writes, // ] |