summaryrefslogtreecommitdiff
path: root/jstests/replsets/noop_writes_wait_for_write_concern_fcv.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2019-12-10 20:07:44 +0000
committerevergreen <evergreen@mongodb.com>2019-12-10 20:07:44 +0000
commit90faa089a975c5879bb2f9eeb851895ac0cc5bb6 (patch)
treecf6207b8e55ab95a8482ebf06e519034480ae6bc /jstests/replsets/noop_writes_wait_for_write_concern_fcv.js
parent8c00a6ebe6d3f1fbca9b9e0b297e1b130a4e98f9 (diff)
downloadmongo-90faa089a975c5879bb2f9eeb851895ac0cc5bb6.tar.gz
SERVER-44986 Blacklist incompatible tests from replica_sets_multiversion suite
Diffstat (limited to 'jstests/replsets/noop_writes_wait_for_write_concern_fcv.js')
-rw-r--r--jstests/replsets/noop_writes_wait_for_write_concern_fcv.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/replsets/noop_writes_wait_for_write_concern_fcv.js b/jstests/replsets/noop_writes_wait_for_write_concern_fcv.js
index b8fe9ae8585..b8df9053583 100644
--- a/jstests/replsets/noop_writes_wait_for_write_concern_fcv.js
+++ b/jstests/replsets/noop_writes_wait_for_write_concern_fcv.js
@@ -1,5 +1,8 @@
/**
* Tests that a no-op setFeatureCompatibilityVersion request still waits for write concern.
+ *
+ * This tests behavior on both latest and last-stable FCVs.
+ * @tags: [multiversion_incompatible]
*/
(function() {
"use strict";