From: Philipp Date: Mon, 13 Feb 2023 18:24:01 +0000 (+0100) Subject: Remove flasky testpart X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=704508fc6515359e84c3874c1dc6612066103ff2;p=friendica.git Remove flasky testpart --- diff --git a/tests/FixtureTest.php b/tests/FixtureTest.php index dac71f0cf6..8483aee089 100644 --- a/tests/FixtureTest.php +++ b/tests/FixtureTest.php @@ -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); }