Skip to content

Fix flaky EpicWorkItemSync::Diff spec

Mario Celi requested to merge 444870-fix-flaky-spec into master

What does this MR do and why?

Fixes time and order dependent flaky spec. updated_at was changed during specs as some of the use update!. Since epic and work_item are memoized using let_it_be, updated_at would differ some times between epic and work_item since only one of them is updated. Using travel_to will always use the same updated_at timestamp

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #444870 (closed)

Merge request reports