0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-43974 blacklist crud_ops_do_not_throw_locktimeout.js from parallel suites

This commit is contained in:
Judah Schvimer 2019-10-21 15:16:10 +00:00 committed by evergreen
parent 713f6dd0dd
commit ce3261545d

View File

@ -208,6 +208,10 @@ if (typeof _threadInject != "undefined") {
// This test works close to the BSON document limit for entries in the durable catalog,
// so running it in parallel with other tests will cause failures.
"long_collection_names.js",
// This test causes collMod commands to hang, which interferes with other tests running
// collMod.
"crud_ops_do_not_throw_locktimeout.js",
]);
// The following tests cannot run when shell readMode is legacy.