We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6290a4 commit c694022Copy full SHA for c694022
.github/workflows/test-simulators.yaml
@@ -130,7 +130,9 @@ jobs:
130
test-ios:
131
name: Test iOS
132
needs: check-changes
133
- if: ${{ needs.check-changes.outputs.should_run == 'true' }}
+ # TODO: Re-enable iOS tests. They have been disabled because they are failing extremely frequently without
134
+ # any apparent cause. In particular, it seems like even starting the simulator times out most of the time.
135
+ if: ${{ false && needs.check-changes.outputs.should_run == 'true' }}
136
runs-on: macOS-15
137
138
steps:
0 commit comments