Skip to content

Commit

Permalink
[fix/ISSUE-80] Disable flakey e2e tests
Browse files Browse the repository at this point in the history
because youtube now blocks requests originating from github actions
  • Loading branch information
azihassan committed Aug 17, 2024
1 parent 8b4d33c commit 72eb964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

runs-on: ${{ matrix.os.name }}
needs: unit_test
if: false

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 72eb964

Please sign in to comment.