Skip to content

v5.4.1 - Xcode 11.5 support with no retry of crash tests

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 00:15
· 42 commits to master since this release
08d3951
Do not retry crashed tests (#443)

Based on previous changes crashed tests are fatal and
would always return a non-zero exit code.

With this change, the crashed tests are NOT retried
to make sure the app crash errors are surfaced without confusion.
Also added new tests and fixed existing ones as per the new no-retry behavior.