semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Add support for tolerating flaky tests until they're fixed #100

Closed mjambon closed 3 weeks ago

mjambon commented 3 weeks ago

image

This is intended for tests that don't succeed uniformly everywhere due to some regression that can't be fixed immediately. This allows postponing fixes that can't or shouldn't be done in the current PR.

PR checklist:

Check out CONTRIBUTING.md for more details.