Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(appveyor): rerun test failures up to five times
Some tests are not robust, and we do not want to run after them all the time. Ultimately, the should be marked individually: ```py @pytest.mark.flaky(reruns=5) def test_example(): ... ``` Refs: https://pypi.org/project/pytest-rerunfailures/#re-run-individual-failures
- Loading branch information