Issue #3362306 by Spokje: Skip InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync
parent
485604fe3a
commit
60131619e4
|
@ -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}
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue