From b1f5d45112a5edc6df3e404fd4863a4a1babd03d Mon Sep 17 00:00:00 2001 From: Jon Ayers Date: Wed, 2 Apr 2025 03:26:12 -0400 Subject: [PATCH] chore: disable e2e-premium tests (#17213) - These tests are providing no value in their current state due to the frequency of their intermittent failures. --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 64d274d1b4..d1d5bf9c29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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