Files
ubicloud/spec/prog/test/github_runner_spec.rb
Enes Cakir e43aa45b06 Fix flakiness in GitHub runner e2e spec
We compare `Time.now` with `Time.now` at `latest_run[:created_at] <
Time.parse(frame["created_at"])`, expecting that
`latest_run[:created_at]` is not always less than `frame["created_at"]`.

This is always true for x64 but not for arm64, interestingly. To make it
more reliable, I added 10 seconds to one of the timestamps.
2025-01-30 11:21:08 +03:00

7.3 KiB