summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/connection_string_validation.js1
-rw-r--r--jstests/core/currentop_cursors.js7
2 files changed, 7 insertions, 1 deletions
diff --git a/jstests/core/connection_string_validation.js b/jstests/core/connection_string_validation.js
index 302a42d61dc..6236e445a77 100644
--- a/jstests/core/connection_string_validation.js
+++ b/jstests/core/connection_string_validation.js
@@ -1,6 +1,7 @@
// Test validation of connection strings passed to the JavaScript "connect()" function.
// @tags: [
// uses_multiple_connections,
+// docker_incompatible,
// ]
// Related to SERVER-8030.
diff --git a/jstests/core/currentop_cursors.js b/jstests/core/currentop_cursors.js
index 9cc7e37dcb2..60f09e661c2 100644
--- a/jstests/core/currentop_cursors.js
+++ b/jstests/core/currentop_cursors.js
@@ -2,7 +2,12 @@
* Tests that an idle cursor will appear in the $currentOp output if the idleCursors option is
* set to true.
*
- * @tags: [assumes_read_concern_unchanged, assumes_read_preference_unchanged, requires_capped]
+ * @tags: [
+ * assumes_read_concern_unchanged,
+ * assumes_read_preference_unchanged,
+ * requires_capped,
+ * docker_incompatible,
+ * ]
*/
(function() {