Commit 92d408fc authored by catch's avatar catch
Browse files

Issue #3362306 by Spokje: Skip...

Issue #3362306 by Spokje: Skip InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync

(cherry picked from commit 60131619)
parent 7e1dcd65
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -14,6 +14,17 @@ 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}
   */
+11 −0
Original line number Diff line number Diff line
@@ -28,6 +28,17 @@ 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.
   */