Skip to content

Commit c694022

Browse files
committed
Skip iOS tests
1 parent d6290a4 commit c694022

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ jobs:
130130
test-ios:
131131
name: Test iOS
132132
needs: check-changes
133-
if: ${{ needs.check-changes.outputs.should_run == 'true' }}
133+
# 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' }}
134136
runs-on: macOS-15
135137

136138
steps:

0 commit comments

Comments
 (0)