Skip to content

Commit ab54980

Browse files
committed
[ios_integration_test] don't execute broken ios 8 integration test
1 parent 950d965 commit ab54980

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ios_integration_test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
record_video: true
3131
# With this flag we can run the CI against different node versions to check compatibility.
3232
docker_tag: "1.5.4"
33-
- device: "iPhone 8 Plus"
34-
record_video: false
35-
docker_tag: "1.5.4"
33+
# IPhone 8 is broken currently.
34+
# - device: "iPhone 8 Plus"
35+
# record_video: false
36+
# docker_tag: "1.5.4"
3637
- device: "iPad Pro (12.9-inch) (6th generation)"
3738
record_video: false
3839
docker_tag: "1.5.4"

0 commit comments

Comments
 (0)