Verified Commit 23c059a2 authored by Dave Long's avatar Dave Long
Browse files

test: #3614142 Skip SettingsTrayBlockFormTest::testBlocks() on 11.x

By: catch
parent 4e63537f
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@ class SettingsTrayBlockFormTest extends SettingsTrayTestBase {
   * {@inheritdoc}
   */
  protected function setUp(): void {
    if ($this->name() === 'testEditModeEnableDisable') {
    if ($this->name() === 'testEditModeEnableDisable'
      || $this->name() === 'testBlocks') {
      $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3317520");
    }