We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927883b commit 7d28044Copy full SHA for 7d28044
jstests/libs/parallelTester.js
@@ -208,6 +208,9 @@ if (typeof _threadInject != "undefined") {
208
209
// Destroys and recreates the catalog, which will interfere with other tests.
210
"restart_catalog.js",
211
+
212
+ // Concurrently using keepDiagnosticCaptureOnFailedLock fails, will be fixed soon.
213
+ "currentop_waiting_for_latch.js",
214
]);
215
216
// The following tests cannot run when shell readMode is legacy.
0 commit comments