Skip to content

Commit

Permalink
disable ios e2e cause its too flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Aug 26, 2024
1 parent 7228b81 commit 89fe1ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,10 @@ jobs:
# TODO: Run E2E test on Windows
platform:
- android
- ios
- linux
- macos
# TODO: Re-enable once fixed stability on CI
#- ios
runs-on: ${{ (contains('ios macos', matrix.platform) && 'macos-12')
|| (matrix.platform == 'windows' && 'windows-latest')
|| 'ubuntu-latest' }}
Expand Down

0 comments on commit 89fe1ab

Please sign in to comment.