Loading core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ protected function setUp(): void { * Tests the 'timestamp' formatter when is used with time difference setting. */ public function testTimestampFormatterWithTimeDiff(): void { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3400150"); $this->drupalGet($this->entity->toUrl()); // Unit testing Drupal.timeDiff.format(). Not using @dataProvider mechanism Loading Loading @@ -136,6 +137,7 @@ public function testTimestampFormatterWithTimeDiff(): void { * Tests the 'timestamp' formatter without refresh interval. */ public function testNoRefreshInterval(): void { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3400150"); // Set the refresh interval to zero, meaning "no refresh". $display = EntityViewDisplay::load('entity_test.entity_test.default'); $component = $display->getComponent('time_field'); Loading Loading
core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,7 @@ protected function setUp(): void { * Tests the 'timestamp' formatter when is used with time difference setting. */ public function testTimestampFormatterWithTimeDiff(): void { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3400150"); $this->drupalGet($this->entity->toUrl()); // Unit testing Drupal.timeDiff.format(). Not using @dataProvider mechanism Loading Loading @@ -136,6 +137,7 @@ public function testTimestampFormatterWithTimeDiff(): void { * Tests the 'timestamp' formatter without refresh interval. */ public function testNoRefreshInterval(): void { $this->markTestSkipped("Skipped due to frequent random test failures. See https://www.drupal.org/project/drupal/issues/3400150"); // Set the refresh interval to zero, meaning "no refresh". $display = EntityViewDisplay::load('entity_test.entity_test.default'); $component = $display->getComponent('time_field'); Loading