Skip to content

Commit 36d00df

Browse files
committed
Disable integration_test_ios due to regular timeouts.
1 parent a4e74f3 commit 36d00df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ jobs:
235235
# Shamelessly stolen from https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab
236236

237237
integration_test_ios:
238+
if: "false" # Temporarily disabled since it causes timeouts
238239
needs: [test]
239240
runs-on: macos-latest
240241
steps:

0 commit comments

Comments
 (0)