Remove flasky testpart
This commit is contained in:
parent
b168ff3e17
commit
704508fc65
|
@ -82,11 +82,6 @@ abstract class FixtureTest extends DatabaseTest
|
|||
|
||||
$dba->setTestmode(true);
|
||||
|
||||
if (DI::lock()->acquire('Test-checkInitialValues', 0)) {
|
||||
DBStructure::checkInitialValues();
|
||||
DI::lock()->release('Test-checkInitialValues');
|
||||
}
|
||||
|
||||
// Load the API dataset for the whole API
|
||||
$this->loadFixture(__DIR__ . '/datasets/api.fixture.php', $dba);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue