summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-02-10 08:44:59 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-10 14:44:12 +0000
commita636c78012a6958e4329fd4df239edc4690871df (patch)
tree69b52c1586090c398be22c28b4ee102f93b792fc
parentd018b7e964dafa5085152af03916bde0ac74f947 (diff)
downloadmongo-a636c78012a6958e4329fd4df239edc4690871df.tar.gz
SERVER-63384 Disable on SELinux
-rw-r--r--jstests/core/create_encrypted_collection.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/core/create_encrypted_collection.js b/jstests/core/create_encrypted_collection.js
index 84187857e78..81915fa6618 100644
--- a/jstests/core/create_encrypted_collection.js
+++ b/jstests/core/create_encrypted_collection.js
@@ -3,7 +3,8 @@
/**
* @tags: [
* featureFlagFLE2,
- * assumes_against_mongod_not_mongos
+ * assumes_against_mongod_not_mongos,
+ * no_selinux
* ]
*/
(function() {