hudson.plugins.ec2.EC2RetentionStrategyTest.testRetentionDespiteIdleWithMinimumInstanceActiveTimeRange
is flaky
#3944
Labels
Since #3900 I have observed
hudson.plugins.ec2.EC2RetentionStrategyTest.testRetentionDespiteIdleWithMinimumInstanceActiveTimeRange
failing multiple times in CI (but not locally) withWe run BOM tests with
surefire.rerunFailingTestsCount=1
to retry flaky tests one time, which prevents mildly flaky tests from creating too much noise but is ineffective against very flaky tests. The fact that it is ineffective here indicates this is a very flaky test.We should look into making the test less flaky or exclude it if we cannot figure out how.
The text was updated successfully, but these errors were encountered: