summaryrefslogtreecommitdiff
path: root/jstests/core/stages_and_hash.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:17:29 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-03-11 18:17:29 -0400
commit9ad8d6335f83fc14cb98a27533588e9503e8e7a5 (patch)
treec720575c7f727a13746bb6e1b81693c863ca738c /jstests/core/stages_and_hash.js
parentd02edd5290131978f901ffc657bee3470d03f8fd (diff)
downloadmongo-9ad8d6335f83fc14cb98a27533588e9503e8e7a5.tar.gz
SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.
There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
Diffstat (limited to 'jstests/core/stages_and_hash.js')
-rw-r--r--jstests/core/stages_and_hash.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/jstests/core/stages_and_hash.js b/jstests/core/stages_and_hash.js
index 512ca9bcb38..aa91f27e542 100644
--- a/jstests/core/stages_and_hash.js
+++ b/jstests/core/stages_and_hash.js
@@ -1,4 +1,7 @@
-// @tags: [does_not_support_stepdowns]
+// @tags: [
+// does_not_support_stepdowns,
+// uses_testing_only_commands,
+// ]
t = db.stages_and_hashed;
t.drop();