0
0
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:
Rahul Sundararaman 2019-08-01 16:05:21 -04:00
parent 927883be3e
commit 7d28044d0b

View File

@ -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.