summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorTausif Rahman <tausif.rahman@mongodb.com>2022-08-03 20:42:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-08 15:15:54 +0000
commitd32fafd0ec9829d1c6c1a9c3bfb2f1dd15004688 (patch)
tree48271baf5d7686e81a9a5c66219486fe1009f546 /jstests
parente8b7d51f09b189b843b21587057f2a4798585e86 (diff)
downloadmongo-d32fafd0ec9829d1c6c1a9c3bfb2f1dd15004688.tar.gz
SERVER-68540 Add docker_incompatible tag for jscore tests
(cherry picked from commit 488f1356dbbe31847b033a3a8cf3bdd89605e864) (cherry picked from commit a1fdb9b117ce468d1f04fa33abeafeae0dda7d65)
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() {