Problem/Motivation
Failed on unrelated MR, once out of a few runs today
https://git.drupalcode.org/issue/drupal-3395404/-/pipelines/49731/test_r...
Drupal\FunctionalJavascriptTests\Core\Field\TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff
Failed asserting that '1 hour 1 minute ago' matches PCRE pattern "#1 hour ago#".
/builds/issue/drupal-3395404/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:121
/builds/issue/drupal-3395404/vendor/phpunit/phpunit/src/Framework/Constraint/Constraint.php:55
/builds/issue/drupal-3395404/core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php:64
/builds/issue/drupal-3395404/vendor/phpunit/phpunit/src/Framework/TestResult.php:728
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3401720
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
neclimdulDuplicates #3401720: [random test fail] TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff
Comment #4
catchI think we could keep #3400150: [random test failure] TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff open to unskip all of these tests, but actually skip it here. Otherwise we'd need to open a new issue either to skip or unskip.
Comment #6
neclimdulGotcha, MR opened
Comment #7
smustgrave commentedhaha have to laugh that we get more random failures when skipping already a random.
Comment #10
catchCommitted/pushed to 11.x, and cherry-picked to 10.2.x, thanks!
Comment #12
quietone commentedAdding to the meta, according to How to deal with a random test failure