Loading core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ protected function setUp(): void { * Tests access to private files added to inline blocks in the layout builder. */ public function testPrivateFiles() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $assert_session = $this->assertSession(); LayoutBuilderEntityViewDisplay::load('node.bundle_with_section_field.default') ->enableLayoutBuilder() Loading core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -357,6 +357,8 @@ protected function assertBlockRevisionCountByTitle(string $block_title, int $exp * Tests that entity blocks deleted correctly. */ public function testDeletion() { // Skipped due to frequent random test failures. $this->markTestSkipped(); /** @var \Drupal\Core\Cron $cron */ $cron = \Drupal::service('cron'); /** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */ Loading Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,8 @@ protected function setUp(): void { * Tests access to private files added to inline blocks in the layout builder. */ public function testPrivateFiles() { // Skipped due to frequent random test failures. $this->markTestSkipped(); $assert_session = $this->assertSession(); LayoutBuilderEntityViewDisplay::load('node.bundle_with_section_field.default') ->enableLayoutBuilder() Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -357,6 +357,8 @@ protected function assertBlockRevisionCountByTitle(string $block_title, int $exp * Tests that entity blocks deleted correctly. */ public function testDeletion() { // Skipped due to frequent random test failures. $this->markTestSkipped(); /** @var \Drupal\Core\Cron $cron */ $cron = \Drupal::service('cron'); /** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */ Loading