-
Notifications
You must be signed in to change notification settings - Fork 165
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
InputWithFallbackTest.readsAlternativeInputUri has an environmental dependency #537
Comments
@yegor256 please, pay attention to this issue |
Job #537 is now in scope, role is |
Bug was reported, see §29: +15 points just awarded to @llorllale, total is +15 |
@0crat status |
@driver733 This is what I know about this job, as in §32:
|
@llorllale |
@0crat waiting |
@driver733 The impediment for #537 was registered successfully by @driver733/z |
@driver733 indeed, thank you |
Order was successfully finished: +30 points just awarded to @driver733/z, total is +60 |
The job #537 is now out of scope |
This test depends on the environment on which it is being run. Where I am running this, we have a proxy that filters out certain sites and returns an HTTP OK response with a text that this test is not expecting, hence it fails.
To make it more consistent and predictable, and since the requirement (#255) is to capture any
IOException
, we could perhaps refactor like this:The text was updated successfully, but these errors were encountered: