summaryrefslogtreecommitdiff
path: root/jstests/client_encrypt
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/client_encrypt
parentb893fe9695ab69ef28782bda1deff9cb2c070d9a (diff)
downloadmongo-3681b03baaa6dd30e9ebc237365b81d755412e7b.tar.gz
SERVER-50748 Add repl and sharding tasks to the undodb variant
Diffstat (limited to 'jstests/client_encrypt')
-rw-r--r--jstests/client_encrypt/fle_command_line_encryption.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/client_encrypt/fle_command_line_encryption.js b/jstests/client_encrypt/fle_command_line_encryption.js
index 1ad044b4d95..de66fdeddd2 100644
--- a/jstests/client_encrypt/fle_command_line_encryption.js
+++ b/jstests/client_encrypt/fle_command_line_encryption.js
@@ -1,6 +1,7 @@
/*
* This file tests an encrypted shell started using command line parameters.
*
+ * @tags: [live_record_incompatible]
*/
load('jstests/ssl/libs/ssl_helpers.js');