From 8442b84ae7d683cbba8155316b1e1dffd85cc286 Mon Sep 17 00:00:00 2001 From: Lee Rowlands <lee.rowlands@previousnext.com.au> Date: Mon, 25 Sep 2023 07:43:44 +1000 Subject: [PATCH] Issue #3375592 by catch, longwave: [random test failure] Random failure in MigrateBlockContentTranslationTest --- .../Kernel/Migrate/d7/MigrateBlockContentTranslationTest.php | 3 +++ 1 file changed, 3 insertions(+) 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 774a8ac999d7..059cc1ba9f4b 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'); -- GitLab