-
Notifications
You must be signed in to change notification settings - Fork 97
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
CircleCI still detects RC 1 even though rspec-retry ultimately succeeded #61
Comments
Can you share a minimal test case where this happens? |
This also happens to me with Codeship:
Any test that raises |
Running into similae issue. @aguynamedben @yangez Were you able to solve this? |
any guys have fixed this issue ? |
Never resolved this - we had to stop using the gem. |
can you give your |
Try to update webmock. Is it possible to precompile assets at Circle before suite ? |
I don't recall ever figuring out how to fix this, and I no longer have access to the project where it was happening. I think we may have had to stop using the gem as well. :( |
I'm using CircleCI, and my spec/support/rspec_retry.rb is:
Sometimes I still get the
Net::ReadTimeout
, rspec-retry does it's job and the test passes, but RSpec still gives return code 1, which make the build fail.Any thoughts on how to configure rspec-retry, RSpec, and/or CircleCI together so that when rspec-retry succeeds I still get RC 0?
Thanks for the work you do on this gem.
The text was updated successfully, but these errors were encountered: