Loading core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ public function register(ContainerBuilder $container) { * Tests asynchronous table creation. */ public function testConcurrent() { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3398063"); if (!function_exists('pcntl_fork')) { $this->markTestSkipped('Requires the pcntl_fork() function'); } Loading Loading
core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ public function register(ContainerBuilder $container) { * Tests asynchronous table creation. */ public function testConcurrent() { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3398063"); if (!function_exists('pcntl_fork')) { $this->markTestSkipped('Requires the pcntl_fork() function'); } Loading