Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / tests / src / Functional / LocaleConfigTranslationImportTest.php
index 67c2dfa7078eccc95fae18e1e22d848f6b70ea95..df7a5ffeea1f140a7ce557824bb519ba9a59d6bc 100644 (file)
@@ -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.
    */