Commit e3c102c7 authored by catch's avatar catch
Browse files

Issue #3353096 by Spokje, catch, xjm: [random test failure] Try to un-skip and...

Issue #3353096 by Spokje, catch, xjm: [random test failure] Try to un-skip and fix InlineBlockPrivateFilesTest::testPrivateFiles() in context of [#3353085]

(cherry picked from commit 1778d192)
parent 194a9a72
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -62,8 +62,6 @@ 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()