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

merge-requests/4025/merge
catch 2023-05-24 09:51:31 +01:00
parent 485604fe3a
commit 60131619e4
2 changed files with 22 additions and 0 deletions

View File

@ -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}
*/

View File

@ -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.
*/