You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(cli-integ): fix a race condition in the resource-pool tests (#32646)
There was a race condition between `take1` and `take2`, and the tests would expect `take1` to always win the race.
Change the test to force `take1` to win.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments