okta / okta-sdk-dotnet

A .NET SDK for interacting with the Okta management API, enabling server-side code to manage Okta users, groups, applications, and more.
Other
160 stars 100 forks source link

OKTA-317892: run test with retry to address flakiness #417

Closed bryanapellanes-okta closed 4 years ago

bryanapellanes-okta commented 4 years ago

Issue \

Added minimal retry strategy to re-attempt flaky test 2 more times (in addition to the initial attempt, for a total of 3 tries). Changed xunit config to use single thread. OKTA-317892

Code

Current behavior

Test fails intermittently,

Desired behavior

Test should always pass