-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Address skipped tests #3555
Comments
I can take this one 🙂 @cielf, how exactly do you search for skipped tests? I found only 6 of them, I'm not sure if that's a full list 🤔 |
Hi @Haradd -- I'm pretty sure I got that number by running rspec and observing what tests were skipped. I just ran it again on a fairly recent branch and got 9 ignored. Some of the tests are skipped by other means -- I'm seeing references to xdescribe and xit. |
alright, that makes sense 🙂 thank you! |
This issue has been inactive for 261 hours (10.88 days) and will be automatically unassigned after 99 more hours (4.13 days). |
I'm still on it |
Ready for review: #3606 |
Summary
We have a number of skipped tests (10 at time of writing), some of which have been skipped for months. Let's figure out what's going on with each and address it.
Why?
Technical debt. Some things that should be tested aren't being tested, probably. Increased robustness
Details
For each currently skipped test,
Criteria for completion
-- delete it -- but add an explanation as to why to this issue, or
-- fix the issue that is making it be skipped now, or
-- write up the issue that is making it be skipped now.
The text was updated successfully, but these errors were encountered: