Skip to content
Snippets Groups Projects
Commit 9fffa575 authored by catch's avatar catch
Browse files

Issue #3353100 by Spokje, xjm: [random test failure] Try to un-skip and fix...

Issue #3353100 by Spokje, xjm: [random test failure] Try to un-skip and fix InlineBlockTest::testDeletion in context of [#3353085]

(cherry picked from commit a49a8f24)
parent e6886d1e
No related branches found
No related tags found
4 merge requests!8506Draft: Issue #3456536 by ibrahim tameme,!5646Issue #3350972 by nod_: [random test failure]...,!5600Issue #3350972 by nod_: [random test failure]...,!5343Issue #3305066 by quietone, Rename RedirectLeadingSlashesSubscriber
...@@ -357,8 +357,6 @@ protected function assertBlockRevisionCountByTitle(string $block_title, int $exp ...@@ -357,8 +357,6 @@ protected function assertBlockRevisionCountByTitle(string $block_title, int $exp
* Tests that entity blocks deleted correctly. * Tests that entity blocks deleted correctly.
*/ */
public function testDeletion() { public function testDeletion() {
// Skipped due to frequent random test failures.
$this->markTestSkipped();
/** @var \Drupal\Core\Cron $cron */ /** @var \Drupal\Core\Cron $cron */
$cron = \Drupal::service('cron'); $cron = \Drupal::service('cron');
/** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */ /** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */
......
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