Skip to content
Snippets Groups Projects
Commit 911bff31 authored by Francesco Placella's avatar Francesco Placella
Browse files

Issue #2939894 by xjm: Temporarily skip LocaleConfigTranslationImportTest...

Issue #2939894 by xjm: Temporarily skip LocaleConfigTranslationImportTest because it is failing massively in HEAD
parent 26aebd3d
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,18 @@ class LocaleConfigTranslationImportTest extends BrowserTestBase {
*/
public static $modules = ['language', 'locale_test_translate'];
/**
* {@inheritdoc}
*/
protected function setUp() {
parent::setUp();
// @todo Re-enable the test and only skip it when the translation cannot be
// downloaded, or provide a translation as a fixture instead. See
// https://www.drupal.org/project/drupal/issues/2828143.
$this->markTestSkipped();
}
/**
* Test update changes configuration translations if enabled after language.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment