Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
There are tests that are currently skipped. Tests have open been skipped in the past because they were flaky. We stopped this approach about 1 year ago because of the risks involved to introduce bugs through code changes.
Feature / Enhancement Description
Review all skipped tests and determine:
- what is it skipped?
- should be (a) enabled or (b) removed?
- if (a) what's necessary to enable it?
Example Use Case
See skipped tests, starting with xit
or xdescribe
.
Alternatives / Workarounds
n/a