diff options
author | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2019-03-11 18:18:58 -0400 |
---|---|---|
committer | Max Hirschhorn <max.hirschhorn@mongodb.com> | 2019-03-11 18:18:58 -0400 |
commit | 8d817350fbf32a61a9280c84a864222cc99faf27 (patch) | |
tree | 6ca794afb0be3f7000952eeb5bcc5cdf9e0622fc /jstests/core/removeb.js | |
parent | 2d58509b392be9a2c98fb4326ae052d7a5b9f4ea (diff) | |
download | mongo-8d817350fbf32a61a9280c84a864222cc99faf27.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/removeb.js')
-rw-r--r-- | jstests/core/removeb.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jstests/core/removeb.js b/jstests/core/removeb.js index d73e9394d3b..4cf00d46ffa 100644 --- a/jstests/core/removeb.js +++ b/jstests/core/removeb.js @@ -1,4 +1,8 @@ -// @tags: [requires_non_retryable_writes, requires_fastcount] +// @tags: [ +// requires_fastcount, +// requires_non_retryable_writes, +// uses_multiple_connections, +// ] // Test removal of Records that have been reused since the remove operation began. SERVER-5198 |