Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a retry logic on some flaky tests that rely on httpbin #713

Conversation

pattonwebz
Copy link
Member

I added a retry inside the tests that rely on working external URL checks to combat flakiness that I have seen.

If the code changes in the function that would cause the test to actually fail they will still fail with the retry logic - but retrying it can hopefully reduce false CI failings that happen in CI from time to time.

@SteveJonesDev SteveJonesDev added the enhancement New feature or request label Jul 12, 2024
@SteveJonesDev SteveJonesDev added this to the v1.15.0 milestone Jul 12, 2024
@pattonwebz pattonwebz merged commit 39d2d02 into develop Jul 12, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants