Skip to content

Commit 7d28044

Browse files
committed
SERVER-42591 Remove currentop_waiting_for_latch.js from parallel_compatibility
1 parent 927883b commit 7d28044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jstests/libs/parallelTester.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ if (typeof _threadInject != "undefined") {
208208

209209
// Destroys and recreates the catalog, which will interfere with other tests.
210210
"restart_catalog.js",
211+
212+
// Concurrently using keepDiagnosticCaptureOnFailedLock fails, will be fixed soon.
213+
"currentop_waiting_for_latch.js",
211214
]);
212215

213216
// The following tests cannot run when shell readMode is legacy.

0 commit comments

Comments
 (0)