Skip to content
Snippets Groups Projects
Verified Commit 5c257cc6 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)
(cherry picked from commit b1b04c73)
parent 5d6fe67f
Branches
Tags
3 merge requests!1627Issue #3082958: Add gitignore(s) to composer-ready project templates,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display
......@@ -66,6 +66,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();
$field_ui_prefix = 'admin/structure/types/manage/bundle_with_section_field';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment