Verified Commit 5d6fe67f 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 36626798
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,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();
    $this->drupalLogin($this->drupalCreateUser([
      'access contextual links',
+2 −0
Original line number Diff line number Diff line
@@ -350,6 +350,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 */