From 4ef8ebcc4ca43ce15fbf7f2d25c6b8e5a06d1887 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 10 Nov 2023 10:45:52 +0000 Subject: [PATCH] Issue #3400318 by kim.pepper: Skip SettingsTrayBlockFormTest::testEditModeEnableDisable due to random fails (cherry picked from commit ef8809482c03af97db01b7aecafdcce9fc9fa302) --- .../tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php index 7f7214090015..2b77c95c7c4d 100644 --- a/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php +++ b/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php @@ -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'); -- GitLab