summaryrefslogtreecommitdiff
path: root/jstests/core/capped_empty.js
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-01-22 22:12:08 -0500
commit05ec08fa62771582fb3f45160fff2e0ff184d6d9 (patch)
treee386f539f71b56a4f7c07f4e61487b0d1e223546 /jstests/core/capped_empty.js
parent167861a164723168adfaaa866f310cb94010428f (diff)
downloadmongo-05ec08fa62771582fb3f45160fff2e0ff184d6d9.tar.gz
SERVER-39097 Tag JS tests with reason they're unable to run in Atlas.v3.6.9-dbaas-testing
Diffstat (limited to 'jstests/core/capped_empty.js')
-rw-r--r--jstests/core/capped_empty.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/capped_empty.js b/jstests/core/capped_empty.js
index aaac7639f2a..46181390338 100644
--- a/jstests/core/capped_empty.js
+++ b/jstests/core/capped_empty.js
@@ -1,4 +1,8 @@
-// @tags: [requires_non_retryable_commands, requires_fastcount]
+// @tags: [
+// requires_fastcount,
+// requires_non_retryable_commands,
+// uses_testing_only_commands,
+// ]
t = db.capped_empty;
t.drop();