Issue #3351500 by catch: Skip Drupal\Tests\layout_builder\FunctionalJavascript\ContextualLinksTest
(cherry picked from commitmerge-requests/3793/head309a543f6d
) (cherry picked from commit0e7aa51a5d
)
parent
393ea04210
commit
b1b04c7340
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue