Skip to content
Snippets Groups Projects
Verified Commit 1229f8c3 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3400313 by kim.pepper, catch: Skip KeyValueStore\DatabaseStorageTest...

Issue #3400313 by kim.pepper, catch: Skip KeyValueStore\DatabaseStorageTest due to random test failures
parent f5ed46df
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment