summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/connection_status.js1
-rw-r--r--jstests/core/profile1.js1
-rw-r--r--jstests/core/profile3.js1
-rw-r--r--jstests/core/user_management_helpers.js1
4 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/connection_status.js b/jstests/core/connection_status.js
index e50122f7cee..560a789dfd9 100644
--- a/jstests/core/connection_status.js
+++ b/jstests/core/connection_status.js
@@ -2,6 +2,7 @@
// assumes_superuser_permissions,
// assumes_write_concern_unchanged,
// creates_and_authenticates_user,
+// no_selinux,
// requires_auth,
// requires_non_retryable_commands,
// ]
diff --git a/jstests/core/profile1.js b/jstests/core/profile1.js
index 7b1b0e6ed3d..f22763a0a17 100644
--- a/jstests/core/profile1.js
+++ b/jstests/core/profile1.js
@@ -2,6 +2,7 @@
// assumes_superuser_permissions,
// creates_and_authenticates_user,
// does_not_support_stepdowns,
+// no_selinux,
// requires_capped,
// requires_collstats,
// requires_non_retryable_commands,
diff --git a/jstests/core/profile3.js b/jstests/core/profile3.js
index fee52e44dbf..42614828ac9 100644
--- a/jstests/core/profile3.js
+++ b/jstests/core/profile3.js
@@ -1,6 +1,7 @@
// @tags: [
// assumes_superuser_permissions,
// creates_and_authenticates_user,
+// no_selinux,
// requires_profiling,
// ]
// special db so that it can be run in parallel tests
diff --git a/jstests/core/user_management_helpers.js b/jstests/core/user_management_helpers.js
index b71752a2ac8..2af28f0b963 100644
--- a/jstests/core/user_management_helpers.js
+++ b/jstests/core/user_management_helpers.js
@@ -2,6 +2,7 @@
// assumes_superuser_permissions,
// assumes_write_concern_unchanged,
// creates_and_authenticates_user,
+// no_selinux,
// requires_auth,
// requires_non_retryable_commands,
// ]