xunit-retry
xunit-retry copied to clipboard
Once a test is failed I want to re-run it just once. Using @retry or @retry(1,5000) the test runs twice after it has failed.