Loading core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php +11 −0 Original line number Diff line number Diff line Loading @@ -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} */ Loading core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php +11 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigMultilingualTest.php +11 −0 Original line number Diff line number Diff line Loading @@ -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} */ Loading
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php +11 −0 Original line number Diff line number Diff line Loading @@ -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