Loading core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockPrivateFilesTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,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(); $this->drupalLogin($this->drupalCreateUser([ 'access contextual links', Loading core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -350,6 +350,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 @@ -61,6 +61,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(); $this->drupalLogin($this->drupalCreateUser([ 'access contextual links', Loading
core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -350,6 +350,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