Skip to content

Commit

Permalink
chore(workflow): disable e2e tests within CI
Browse files Browse the repository at this point in the history
...since they stopped working due to youtube blocking unauthenticated requests from GHA.
  • Loading branch information
mgoltzsche committed Aug 25, 2024
1 parent e623168 commit 2161b3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
- name: Unit test
run: make test

- name: E2E test
run: make test-e2e
# TODO: Make e2e tests work again within CI.
# They stopped working now apparently because youtube blocks unauthenticated requests from GHA.
#- name: E2E test
# run: make test-e2e

- name: Build wheel
run: |
Expand Down

0 comments on commit 2161b3d

Please sign in to comment.