summaryrefslogtreecommitdiff
path: root/jstests/sslSpecial
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2020-09-09 20:05:42 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-27 23:23:02 +0000
commit3681b03baaa6dd30e9ebc237365b81d755412e7b (patch)
treeeadd61332f40ccad016ceca68cc4bc861b162806 /jstests/sslSpecial
parentb893fe9695ab69ef28782bda1deff9cb2c070d9a (diff)
downloadmongo-3681b03baaa6dd30e9ebc237365b81d755412e7b.tar.gz
SERVER-50748 Add repl and sharding tasks to the undodb variant
Diffstat (limited to 'jstests/sslSpecial')
-rw-r--r--jstests/sslSpecial/mixed_mode_repl_nossl.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sslSpecial/mixed_mode_repl_nossl.js b/jstests/sslSpecial/mixed_mode_repl_nossl.js
index 71d58b757ce..b48ddfafced 100644
--- a/jstests/sslSpecial/mixed_mode_repl_nossl.js
+++ b/jstests/sslSpecial/mixed_mode_repl_nossl.js
@@ -1,6 +1,8 @@
/**
* This test verifies that replica sets of different
* mixed modes can still function
+ *
+ * @tags: [live_record_incompatible]
*/
load("jstests/ssl/libs/ssl_helpers.js");