Remove flasky testpart

This commit is contained in:
Philipp Holzer 2023-02-13 19:24:01 +01:00
parent b168ff3e17
commit 704508fc65
Signed by: nupplaPhil
GPG Key ID: 24A7501396EB5432
1 changed files with 0 additions and 5 deletions

View File

@ -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);
}