mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-42591 Remove currentop_waiting_for_latch.js from parallel_compatibility
This commit is contained in:
parent
927883be3e
commit
7d28044d0b
@ -208,6 +208,9 @@ if (typeof _threadInject != "undefined") {
|
||||
|
||||
// Destroys and recreates the catalog, which will interfere with other tests.
|
||||
"restart_catalog.js",
|
||||
|
||||
// Concurrently using keepDiagnosticCaptureOnFailedLock fails, will be fixed soon.
|
||||
"currentop_waiting_for_latch.js",
|
||||
]);
|
||||
|
||||
// The following tests cannot run when shell readMode is legacy.
|
||||
|
Loading…
Reference in New Issue
Block a user