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

Fix flaky test in ParameterCapturingTests #6702

Merged

Conversation

clguiman
Copy link
Contributor

Summary

ParameterCapturingTests.CapturesParametersCore had a race condition where it expected the operation state to be always Running after the call to ApiClient.WaitForOperationToStart, ingoring the case where the operation already completed.
I removed the assert since we didn't actually need it.

Release Notes Entry

@clguiman clguiman requested a review from a team as a code owner May 21, 2024 18:56
@schmittjoseph schmittjoseph merged commit e33a7e7 into dotnet:main May 21, 2024
26 checks passed
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

2 participants