You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
New Feature / Enhancement Checklist
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:
Example Use Case
See skipped tests, starting with
xit
orxdescribe
.Alternatives / Workarounds
n/a
The text was updated successfully, but these errors were encountered: