Skip to content

Fix time-dependent flaky test failure

Stan Hu requested to merge sh-fix-time-dependent-test-issue into master

What does this MR do and why?

The test was trying to scan for builds created between 2 days ago and 30 days ago. However, due to timestamp precision it was likely that the build created 30 days ago would be included. To eliminate any chance of this test failing, just move the creation timestamp by a day.

Relates to:

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports