Skip to content

Commit 932ab0e

Browse files
authored
Disable loopy cron tests (#3730)
1 parent bb563c8 commit 932ab0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,9 @@ jobs:
116116
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=tvos --use-libraries
117117
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=macos --use-libraries
118118
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=ios --use-modular-headers
119-
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=tvos --use-modular-headers
120-
- travis_retry ./scripts/if_changed.sh ./scripts/pod_lib_lint.rb FirebaseAuth.podspec --platforms=macos --use-modular-headers
119+
# The tvOS and macOS --use-modular-headers tests do not work on travis, perhaps because of interactive
120+
# keystore validation requirements? See https://travis-ci.org/firebase/firebase-ios-sdk/jobs/578656148
121+
# TODO(paulb777): Retry on next Xcode version update
121122

122123
- stage: test
123124
env:

0 commit comments

Comments
 (0)