mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user