Verified Commit 10c903f1 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3375592 by catch, longwave: [random test failure] Random failure in...

Issue #3375592 by catch, longwave: [random test failure] Random failure in MigrateBlockContentTranslationTest

(cherry picked from commit 8442b84a)
parent 56cc4441
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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');