summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2020-04-14 14:11:37 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-16 20:05:41 +0000
commitd7d5847a9c3b839b74aa7cc72d066ea17da025ec (patch)
treeeb674cca7118e93d7c78260bc7cefd03a12ed99d /jstests
parente053a28fa095f44c39e63651b094c8ab5db1e4f7 (diff)
downloadmongo-d7d5847a9c3b839b74aa7cc72d066ea17da025ec.tar.gz
SERVER-47542: Omit shard_identity_rollback from implicit multiversion tests.
(cherry picked from commit 960d4f9371bedb86158cf1584b1cece59885b687)
Diffstat (limited to 'jstests')
-rw-r--r--jstests/sharding/shard_identity_rollback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/shard_identity_rollback.js b/jstests/sharding/shard_identity_rollback.js
index c204ebafd38..de0f483112b 100644
--- a/jstests/sharding/shard_identity_rollback.js
+++ b/jstests/sharding/shard_identity_rollback.js
@@ -1,7 +1,7 @@
/**
* Tests that rolling back the insertion of the shardIdentity document on a shard causes the node
* rolling it back to shut down.
- * @tags: [requires_persistence, requires_journaling]
+ * @tags: [multiversion_incompatible, requires_persistence, requires_journaling]
*/
(function() {