Loading core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,7 @@ public function getBlockTests() { * Tests enabling and disabling Edit Mode. */ public function testEditModeEnableDisable() { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3317520"); foreach ($this->getTestThemes() as $theme) { $this->enableTheme($theme); $block = $this->placeBlock('system_powered_by_block'); Loading Loading
core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php +1 −0 Original line number Diff line number Diff line Loading @@ -230,6 +230,7 @@ public function getBlockTests() { * Tests enabling and disabling Edit Mode. */ public function testEditModeEnableDisable() { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3317520"); foreach ($this->getTestThemes() as $theme) { $this->enableTheme($theme); $block = $this->placeBlock('system_powered_by_block'); Loading