Skip to content

Commit f556fb2

Browse files
committed
Dont retry integration tests to avoid quota overload
1 parent 8ea3f5d commit f556fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# Disable - pending resolution of #9086
4343
# - name: IntegrationTest
4444
# if: matrix.target == 'iOS'
45-
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig iOS integration)
45+
# run: ([ -z $plist_secret ] || scripts/build.sh RemoteConfig iOS integration)
4646

4747
pod-lib-lint:
4848
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)