diff --git a/jstests/libs/parallelTester.js b/jstests/libs/parallelTester.js index d8238dca0b4..6791f913e51 100644 --- a/jstests/libs/parallelTester.js +++ b/jstests/libs/parallelTester.js @@ -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.