Verified Commit 99636a76 authored by Dave Long's avatar Dave Long
Browse files

Issue #3361121 by Spokje, andypost, catch: [random test failure]...

Issue #3361121 by Spokje, andypost, catch: [random test failure] InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync
parent 5052fcdd
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -14,17 +14,6 @@ class InstallerExistingConfigMultilingualTest extends InstallerExistingConfigTes
   */
  protected $profile = 'testing_config_install_multilingual';

  /**
   * {@inheritdoc}
   *
   * @todo Remove this and thus re-enable this test in
   *   https://www.drupal.org/project/drupal/issues/3361121
   */
  protected function setUp(): void {
    $this->markTestSkipped('Skipped due to frequent random test failures.');
    parent::setUp();
  }

  /**
   * {@inheritdoc}
   */
+0 −11
Original line number Diff line number Diff line
@@ -28,17 +28,6 @@ class InstallerExistingConfigSyncDirectoryMultilingualTest extends InstallerExis
   */
  protected $existingSyncDirectory = TRUE;

  /**
   * {@inheritdoc}
   *
   * @todo Remove this and thus re-enable this test in
   *   https://www.drupal.org/project/drupal/issues/3361121
   */
  protected function setUp(): void {
    $this->markTestSkipped('Skipped due to frequent random test failures.');
    parent::setUp();
  }

  /**
   * Installer step: Select installation profile.
   */