We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950d965 commit ab54980Copy full SHA for ab54980
.github/workflows/ios_integration_test.yml
@@ -30,9 +30,10 @@ jobs:
30
record_video: true
31
# With this flag we can run the CI against different node versions to check compatibility.
32
docker_tag: "1.5.4"
33
- - device: "iPhone 8 Plus"
34
- record_video: false
35
- docker_tag: "1.5.4"
+ # IPhone 8 is broken currently.
+# - device: "iPhone 8 Plus"
+# record_video: false
36
+# docker_tag: "1.5.4"
37
- device: "iPad Pro (12.9-inch) (6th generation)"
38
record_video: false
39
0 commit comments