Skip to content

Commit 6914dc7

Browse files
authored
Disable integration test checks temporarily (#8248)
1 parent 7896bde commit 6914dc7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/firestore_ci_tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,14 @@ jobs:
338338
retention-days: 7
339339
if-no-files-found: ignore
340340

341+
# TODO: Re-enable integ_tests and enterprise_integ_tests when backend error is fixed.
341342
check-required-tests:
342343
runs-on: ubuntu-latest
343344
if: always()
344345
name: Check all required Firestore tests results
345-
needs: [integ_tests, enterprise_integ_tests]
346+
# needs: [integ_tests, enterprise_integ_tests]
346347
steps:
347348
- name: Check test matrix
348-
if: needs.integ_tests.result == 'failure' || needs.enterprise_integ_tests.result == 'failure'
349-
run: exit 1
349+
run: echo "Integration tests are optional"
350+
# if: needs.integ_tests.result == 'failure' || needs.enterprise_integ_tests.result == 'failure'
351+
# run: exit 1

0 commit comments

Comments
 (0)