-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude common failure in smoke tests (#6469)
## Summary of changes Retries a common error flake that we can't get to the bottom of. ## Reason for change The runtime _sometimes_ crashes after the app completes and we've shut down, causing flake. We haven't managed to get to the bottom of it yet. ## Implementation details Retry the smoke tests _once_ if we spot an error that looks like this: ``` ptrace(ATTACH, 14822) FAILED Operation not permitted ``` ## Test coverage Hard to test - as long as it passes for now that's good enough I think
- Loading branch information
1 parent
0503f1f
commit 58d5516
Showing
1 changed file
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters