Issue #3362306: Skip InstallerExistingConfig[SyncDirectory]MultilingualTest::testConfigSync
Closed
requested to merge issue/drupal-3362306:3362306-skip-installerexistingconfigsyncdirectorymultilingualtesttestconfigsync into 11.x
1 unresolved thread
Merge request reports
Activity
28 28 */ 29 29 protected $existingSyncDirectory = TRUE; 30 30 31 /** 32 * {@inheritdoc} 33 * 34 * @todo Remove this and thus re-enable this test in 35 * https://www.drupal.org/project/drupal/issues/3361121 36 */ 37 protected function setUp(): void { 38 $this->markTestSkipped('Skipped due to frequent random test failures.');
Please register or sign in to reply