Issue #3351500 by catch: Skip Drupal\Tests\layout_builder\FunctionalJavascript\ContextualLinksTest

(cherry picked from commit 309a543f6d)
(cherry picked from commit 0e7aa51a5d)
merge-requests/3793/head
Dave Long 2023-03-31 12:30:58 +01:00 committed by xjm
parent 393ea04210
commit b1b04c7340
No known key found for this signature in database
GPG Key ID: 206B0B8743BDF4C2
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ class ContextualLinksTest extends WebDriverTestBase {
* 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');