-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruby-head failing due to timecop issue #2260
Labels
Comments
Probably failing on head shouldn't make the entire CI fail since HEAD changes frequently. It would be nice to have something like |
koic
added a commit
to koic/faker
that referenced
this issue
Feb 9, 2021
Workaround for faker-ruby#2260. This PR suspends ruby-head CI until travisjeffery/timecop#279 is resolved. GitHub Actions doesn't seem to have a mechanism like Travis CI's allow-failure yet. https://github.com/actions/toolkit/issues/399
I've opened #2262 that temporarily suspends the CI of ruby-head. |
koic
added a commit
to koic/faker
that referenced
this issue
Feb 9, 2021
Workaround for faker-ruby#2260. This PR suspends ruby-head CI until travisjeffery/timecop#279 is resolved. GitHub Actions doesn't seem to have a mechanism like Travis CI's `allow_failures` yet. https://github.com/actions/toolkit/issues/399
koic
added a commit
to koic/faker
that referenced
this issue
Feb 9, 2021
Fixes faker-ruby#2260. This PR suspends ruby-head CI until travisjeffery/timecop#279 is resolved. GitHub Actions doesn't seem to have a mechanism like Travis CI's `allow_failures` yet. https://github.com/actions/toolkit/issues/399
thanks @koic! |
You are welcome @connorshea! |
FYI, ruby-head works again with timecop |
fcolacilli
pushed a commit
to fcolacilli/faker
that referenced
this issue
Feb 11, 2021
Fixes faker-ruby#2260. This PR suspends ruby-head CI until travisjeffery/timecop#279 is resolved. GitHub Actions doesn't seem to have a mechanism like Travis CI's `allow_failures` yet. https://github.com/actions/toolkit/issues/399
koic
added a commit
that referenced
this issue
Jan 8, 2022
#2260 was resolved and ruby-head is already Ruby 3.2.0-dev now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It will presumably be fixed by this PR: travisjeffery/timecop#279
To Reproduce
View CI for ruby-head https://github.com/faker-ruby/faker/runs/1852774269
Expected behavior
No failure should happen on ruby-head
The text was updated successfully, but these errors were encountered: