MDL-32323 fix concurrent run collision caused by setup reset

This commit is contained in:
Petr Skoda
2012-04-10 15:27:03 +02:00
parent 4be2ad3660
commit 61d3013c8b
2 changed files with 3 additions and 4 deletions
-3
View File
@@ -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) {