Loading core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ protected function setUp(): void { * Tests the migration of block title translation. */ public function testBlockContentTranslation() { // @todo Skipped due to frequent random test failures. // See https://www.drupal.org/project/drupal/issues/3389365 $this->markTestSkipped(); /** @var \Drupal\language\ConfigurableLanguageManagerInterface $language_manager */ $language_manager = $this->container->get('language_manager'); Loading Loading
core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ protected function setUp(): void { * Tests the migration of block title translation. */ public function testBlockContentTranslation() { // @todo Skipped due to frequent random test failures. // See https://www.drupal.org/project/drupal/issues/3389365 $this->markTestSkipped(); /** @var \Drupal\language\ConfigurableLanguageManagerInterface $language_manager */ $language_manager = $this->container->get('language_manager'); Loading