diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php index a92e3c3d659dd2053883e3d30763490a54429bda..e14ff166e2480fe8c4bb904d7d1ceb9d70a8dddd 100644 --- a/core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php +++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php @@ -69,6 +69,8 @@ protected function setUp(): void { * Tests that the contextual links inside Layout Builder are removed. */ public function testContextualLinks() { + // Skipped due to frequent random test failures. + $this->markTestSkipped(); $page = $this->getSession()->getPage(); $this->drupalGet('node/1/layout');