summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2022-01-24 23:48:17 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-25 05:14:12 +0000
commit37201537844c11d477db81a308a36448c174f71d (patch)
tree48233ce6610b25ce796222884a226325d8cb2741 /jstests/core
parentc438071c21ea9241ad451c2af8d5766f07f5debe (diff)
downloadmongo-37201537844c11d477db81a308a36448c174f71d.tar.gz
SERVER-62446 Add `no_selinux` tag to `collection_uuid_coll_mod.js`
Diffstat (limited to 'jstests/core')
-rw-r--r--jstests/core/collection_uuid_coll_mod.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/collection_uuid_coll_mod.js b/jstests/core/collection_uuid_coll_mod.js
index cf700e501fb..5347de297f1 100644
--- a/jstests/core/collection_uuid_coll_mod.js
+++ b/jstests/core/collection_uuid_coll_mod.js
@@ -3,6 +3,7 @@
*
* @tags: [
* featureFlagCommandsAcceptCollectionUUID,
+ * no_selinux,
* tenant_migration_incompatible,
* ]
*/