Skip to content

Commit dc949a5

Browse files
committed
Disable FIAM iPad tests #8286
1 parent 7741306 commit dc949a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/inappmessaging.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
runs-on: macos-11
3636
strategy:
3737
matrix:
38-
platform: [iOS, iPad]
38+
# TODO(#8682): Reenable iPad after fixing Xcode 13 test failures.
39+
# platform: [iOS, iPad]
40+
platform: [iOS]
41+
3942
steps:
4043
- uses: actions/checkout@v2
4144
- name: Setup Bundler

0 commit comments

Comments
 (0)