Skip to content

Commit 552e924

Browse files
committed
chore: disable e2e-premium tests
- These tests are providing no value in their current state due to the frequency of their intermittent failures.
1 parent 6fdad02 commit 552e924

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,6 @@ jobs:
299299
- name: Setup Node
300300
uses: ./.github/actions/setup-node
301301

302-
- name: Check Go version
303-
run: IGNORE_NIX=true ./scripts/check_go_versions.sh
304-
305302
# Use default Go version
306303
- name: Setup Go
307304
uses: ./.github/actions/setup-go
@@ -677,8 +674,8 @@ jobs:
677674
variant:
678675
- premium: false
679676
name: test-e2e
680-
- premium: true
681-
name: test-e2e-premium
677+
#- premium: true
678+
# name: test-e2e-premium
682679
# Skip test-e2e on forks as they don't have access to CI secrets
683680
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)
684681
timeout-minutes: 20

0 commit comments

Comments
 (0)