Skip to content
Snippets Groups Projects
Verified Commit fff717ea authored by quietone's avatar quietone
Browse files

Issue #3400315 by kim.pepper, smustgrave: Skip...

Issue #3400315 by kim.pepper, smustgrave: Skip TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff due to random fails
parent 02f6f6c6
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,7 @@ protected function setUp(): void { ...@@ -86,6 +86,7 @@ protected function setUp(): void {
* Tests the 'timestamp' formatter when is used with time difference setting. * Tests the 'timestamp' formatter when is used with time difference setting.
*/ */
public function testTimestampFormatterWithTimeDiff(): void { 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()); $this->drupalGet($this->entity->toUrl());
// Unit testing Drupal.timeDiff.format(). Not using @dataProvider mechanism // Unit testing Drupal.timeDiff.format(). Not using @dataProvider mechanism
...@@ -136,6 +137,7 @@ public function testTimestampFormatterWithTimeDiff(): void { ...@@ -136,6 +137,7 @@ public function testTimestampFormatterWithTimeDiff(): void {
* Tests the 'timestamp' formatter without refresh interval. * Tests the 'timestamp' formatter without refresh interval.
*/ */
public function testNoRefreshInterval(): void { 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". // Set the refresh interval to zero, meaning "no refresh".
$display = EntityViewDisplay::load('entity_test.entity_test.default'); $display = EntityViewDisplay::load('entity_test.entity_test.default');
$component = $display->getComponent('time_field'); $component = $display->getComponent('time_field');
......
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