Commit 4ef8ebcc authored by catch's avatar catch
Browse files

Issue #3400318 by kim.pepper: Skip...

Issue #3400318 by kim.pepper: Skip SettingsTrayBlockFormTest::testEditModeEnableDisable due to random fails

(cherry picked from commit ef880948)
parent 7c9e6f6f
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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');