azure-quantum-python icon indicating copy to clipboard operation
azure-quantum-python copied to clipboard

Run live tests during CI

Open anpaz opened this issue 3 years ago • 0 comments

Our CI normally runs unit-tests in recorded mode and run them live only during releases. Recently, we've found multiple tests failing during release namely because we did changes that work with recordings but failed during live tests. Since live-tests can be flaky or fail due to service errors, we should run these live tests but not fail the CI pipeline if they fail.

anpaz avatar May 12 '22 04:05 anpaz