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

tests: temporarily fix flaky pk tests #62

Merged
merged 1 commit into from
Oct 17, 2023
Merged

tests: temporarily fix flaky pk tests #62

merged 1 commit into from
Oct 17, 2023

Conversation

emturner
Copy link
Collaborator

@emturner emturner commented Oct 16, 2023

This is ultimately due to assuming send_apdu is synchronous, when in fact it runs in the background. This can lead to expect_apdu_return doing its check before the apdu call is complete, unless intermediate steps are in place

Due to flakiness around `send_apdu`/`expect_apdu_return`
@emturner emturner changed the title tests: fix flaky pk tests tests: temporarily fix flaky pk tests Oct 16, 2023
@emturner emturner marked this pull request as ready for review October 16, 2023 13:39
@emturner emturner requested a review from spalmer25 October 16, 2023 13:40
@spalmer25 spalmer25 merged commit 9294e78 into main Oct 17, 2023
101 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.

2 participants