Verified Commit 393ea042 authored by Jess's avatar Jess
Browse files

Issue #3351607 by schlaukopf, xjm: Skip numerous functional JS tests that repeatedly break HEAD

(cherry picked from commit 70cfa8b4)
parent 31113fd6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,6 +62,8 @@ protected function setUp(): void {
   * Tests access to private files added to inline blocks in the layout builder.
   */
  public function testPrivateFiles() {
    // Skipped due to frequent random test failures.
    $this->markTestSkipped();
    $assert_session = $this->assertSession();
    LayoutBuilderEntityViewDisplay::load('node.bundle_with_section_field.default')
      ->enableLayoutBuilder()
+2 −0
Original line number Diff line number Diff line
@@ -357,6 +357,8 @@ protected function assertBlockRevisionCountByTitle(string $block_title, int $exp
   * Tests that entity blocks deleted correctly.
   */
  public function testDeletion() {
    // Skipped due to frequent random test failures.
    $this->markTestSkipped();
    /** @var \Drupal\Core\Cron $cron */
    $cron = \Drupal::service('cron');
    /** @var \Drupal\layout_builder\InlineBlockUsageInterface $usage */