summaryrefslogtreecommitdiff
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-15 21:19:34 +0000
commit960d4f9371bedb86158cf1584b1cece59885b687 (patch)
tree4bfafe67e0d01e37050d637ebfffa742a024a06d
parent9e0f3b954d70a40e6efa8bc68c48cbd1dc8a794b (diff)
downloadmongo-960d4f9371bedb86158cf1584b1cece59885b687.tar.gz
SERVER-47542: Omit shard_identity_rollback from implicit multiversion tests.
-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 87a48c3b758..0ce7f1bd58b 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() {