Skip to content

Fix intermittent failing spec in spec/support/helpers/cycle_analytics_helpers.rb

Stan Hu requested to merge sh-fix-issue-43981 into master

There was a race condition in the spec where if the commit is created on disk within a second of the frozen Timecop time, the test fails.

Closes #43981

Merge request reports