chore: disable e2e-premium tests (#17213)

- These tests are providing no value in their current state due to the
frequency of their intermittent failures.
This commit is contained in:
Jon Ayers
2025-04-02 07:26:12 +00:00
committed by GitHub
parent 6fdad0272d
commit b1f5d45112
+2 -2
View File
@@ -677,8 +677,8 @@ jobs:
variant:
- premium: false
name: test-e2e
- premium: true
name: test-e2e-premium
#- premium: true
# name: test-e2e-premium
# Skip test-e2e on forks as they don't have access to CI secrets
if: (needs.changes.outputs.go == 'true' || needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main') && !(github.event.pull_request.head.repo.fork)
timeout-minutes: 20