Skip to content

Commit 1bfc11d

Browse files
authored
Disable macos cron tests (#7191)
1 parent 15457f2 commit 1bfc11d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/crashlytics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
runs-on: macos-latest
109109
strategy:
110110
matrix:
111-
target: [ios, tvos, macos, watchos --skip-tests] # The macos and tvos tests can hang
111+
# Disable macos because of #7154. watchos does not support XCTest.
112+
target: [ios, tvos, macos --skip-tests, watchos --skip-tests]
112113
flags: [
113114
'--use-static-frameworks',
114115
'--use-libraries'

0 commit comments

Comments
 (0)