-
Notifications
You must be signed in to change notification settings - Fork 601
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
Disabling troublesome unit test. #301
Conversation
Updating Readme with known issue. Changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
As commented in #298 maybe we should have kept that test enabled by default when run on Xcode and only disable it on CI (the same way I did with timing tests)? |
@AliSoftware I think this is a great idea. I can make put up a pull request with that change soon, and it makes way more sense than just disabling it globally. Would you prefer for me to wait for your approval on any of these pull requests before merging? You're bringing up totally valid concerns on them. |
In a dream world 🦄 I'd say if you could let me the day after you opened a PR to have a chance to review it before merging, that could be interesting (at least for the first PRs you take responsibility for) so that I can validate the direction… So given how you seem to have good motivation and you're helping unlocking a situation that I did let stale for too long (And thanks again for that 🙏), sure if there's a PR that can wait a few hours or the day then maybe you could wait so I might take a look before you merge… but in any case if you see I'm not reacting after one day (while @Liquidsoul approves the PR on his end), or a change is trivial, feel free to make things go forward without waiting for me — so that we don't continue having that stale situation on OHHTTPStubs that I kept postponing for too long for lack of my own availability. (We could always revert a PR if needs be in case of emergency after all) |
@AliSoftware - Sounds reasonable to me. 👍 I can continue in this fashion. |
Updating Readme with known issue.
Changelog.
Checklist
Description
Disabling flaky tests and updating README with the known issue.
Motivation and Context
There has been an issue with redirects for several years that seems to be caused by an Apple bug. This issue has been investigated multiple times, and the path that we want to take forward is to disable the buggy test and update the README with the known issue.
Discussion on this topic has been mostly happening in #230 and #280 .