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

test: mark RunExecOptionsTest.testWatchWait as flaky #290

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

wwade
Copy link
Owner

@wwade wwade commented Feb 8, 2024

It will frequently hit a pexpect TIMEOUT in CI builds waiting for the notifier output, so let's just retry in that case.

Makes use of https://pypi.org/project/pytest-retry/.

Using the flaky mark causes only that test case to be retried.

It will frequently hit a pexpect TIMEOUT in CI builds waiting for the notifier
output, so let's just retry in that case.

Makes use of https://pypi.org/project/pytest-retry/.

Using the flaky mark causes only that test case to be retried.
@wwade wwade merged commit f7b7934 into main Feb 8, 2024
9 checks passed
@wwade wwade deleted the pytestRetryFlaky branch February 8, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant