heremaps / xyz-spaces-python

Manage your XYZ Hub or HERE Data Hub spaces from Python.
https://xyz-spaces-python.readthedocs.io/
Apache License 2.0
30 stars 11 forks source link

Mark some tests in CI/CD as flaky for reruns on failure #70

Closed sackh closed 4 years ago

sackh commented 4 years ago

As some tests in the pipeline are failing after repeated reruns, but those tests pass locally. I am thinking of marking some tests as flaky and decorate them for rerun so that we do not have to rerun them manually and wait for entire build to fail.

https://github.com/pytest-dev/pytest-rerunfailures

This pytest plugin helps in marking flaky tests for reruns.

sackh commented 4 years ago

fixed in #69