Skip to content
Snippets Groups Projects
Commit ce52d334 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2830485 by klausi, catch, michielnugter:...

Issue #2830485 by klausi, catch, michielnugter: \Drupal\Tests\outside_in\FunctionalJavascript\OutsideInBlockFormTest fails randomly
parent 67c7387f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -51,6 +51,9 @@ protected function setUp() { ...@@ -51,6 +51,9 @@ protected function setUp() {
* Tests opening Offcanvas tray by click blocks and elements in the blocks. * Tests opening Offcanvas tray by click blocks and elements in the blocks.
*/ */
public function testBlocks() { public function testBlocks() {
// @todo: re-enable once https://www.drupal.org/node/2830485 is resolved.
$this->markTestSkipped('Test skipped due to random failures in DrupalCI, see https://www.drupal.org/node/2830485');
$web_assert = $this->assertSession(); $web_assert = $this->assertSession();
$blocks = [ $blocks = [
[ [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment