MDL-32323 fix concurrent run collision caused by setup reset
This commit is contained in:
@@ -196,9 +196,6 @@ if (PHPUNIT_UTIL) {
|
||||
return;
|
||||
}
|
||||
|
||||
// make sure tests do not run in parallel
|
||||
phpunit_util::acquire_test_lock();
|
||||
|
||||
// is database and dataroot ready for testing?
|
||||
list($errorcode, $message) = phpunit_util::testing_ready_problem();
|
||||
if ($errorcode) {
|
||||
|
||||
Reference in New Issue
Block a user