Commit c51bd2f20fb4fc6b1d04274707e7ea195a57e056

Patrick Steinhardt 2020-02-04T12:15:56

azure: tests: reset FAILED status if flaky re-run succeeds While we already do have logic to re-run flaky tests, the FAILED variable currently does not get reset to "0". As a result, successful reruns will still cause the test to be registered as failed. Fix this by resetting the variable accordingly.