- 🇮🇹Italy mondrake 🇮🇹
In PHPUnit upstream, this is being proposed in #[Retry] attribute to support retrying flaky test #6182
#3037436: [random test failure] Make QuickEditIntegrationTest more robust and fail proof → and 🐛 [random test failure] Random failures building media library form after uploading image (WidgetUploadTest) Closed: cannot reproduce amongst others are wasting contributor time as they knock RTBC patches back to Needs Work, when in fact it was just a random test failure. These failures are false positives and always go away on a retest.
Mark a patch RTBC and wait a few days/weeks for a random test failure.
Provide a way of marking a test as "flaky". If a flaky test fails, automatically repeat it in the test run and only actually fail if it fails the second time round.
Decide if this is a good idea.
Figure out how to implement it.
Active
11.0 🔥
phpunit
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
In PHPUnit upstream, this is being proposed in #[Retry] attribute to support retrying flaky test #6182