diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php index 774a8ac999d7c287806708e98538a5899c00cf29..059cc1ba9f4bfe89984da78b3168508c4d4ded15 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php @@ -59,6 +59,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');