Skip to content
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

invent a way to flag which tests are definitely working and therefore should cause actual failures in testing instead of being marked 'skipped' #517

Open
ericblade opened this issue Oct 21, 2023 · 0 comments
Assignees
Labels

Comments

@ericblade
Copy link
Owner

.... due to inheriting a large number of failing test cases that are worth preserving to try to solve the reader errors on them in the future, the test suite will currently pass all failed reader tests by marking them as ignore. There are a bunch that do pass, and those should always pass forever and ever, otherwise we've broken something. SO, we need to invent a method in the test suite that allows flagging of which reader tests should NOT fail, so that if any of the ones that currently do pass STOP passing, then we will be alerted immediately.

@ericblade ericblade self-assigned this Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant