diff options
author | Jack Mulrow <jack.mulrow@mongodb.com> | 2020-04-16 12:52:36 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-04-27 21:43:42 +0000 |
commit | 1df41757d5d1e04c51eeeee786a17b005e025b93 (patch) | |
tree | 06b9cc72a6709e8e3ddcc8ff211977156eaaadd6 /jstests/core/removeb.js | |
parent | a7882e2c82e8ed5069c7518bd531845e4bce85e5 (diff) | |
download | mongo-1df41757d5d1e04c51eeeee786a17b005e025b93.tar.gz |
SERVER-33229 Blacklist tests that use startParallelShell from failover core suites
Diffstat (limited to 'jstests/core/removeb.js')
-rw-r--r-- | jstests/core/removeb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/removeb.js b/jstests/core/removeb.js index eb8aafd65f9..b81c0818d21 100644 --- a/jstests/core/removeb.js +++ b/jstests/core/removeb.js @@ -2,6 +2,7 @@ // requires_fastcount, // requires_non_retryable_writes, // uses_multiple_connections, +// uses_parallel_shell, // ] // Test removal of Records that have been reused since the remove operation began. SERVER-5198 |