Skip to content
Snippets Groups Projects
Verified Commit b1b04c73 authored by Dave Long's avatar Dave Long Committed by Jess
Browse files

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

(cherry picked from commit 309a543f)
(cherry picked from commit 0e7aa51a)
parent 393ea042
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment