Skip to content

Commit df5a224

Browse files
authored
Skip Vite E2E (#8532)
1 parent f13297f commit df5a224

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/e2e.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
NODE_ENV: "production"
4141
CI_OS: ${{ runner.os }}
4242

43-
- name: Run Vite E2E tests
44-
run: pnpm test:e2e -F @cloudflare/vite-plugin
45-
env:
46-
CLOUDFLARE_API_TOKEN: ${{ secrets.TEST_CLOUDFLARE_API_TOKEN }}
47-
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.TEST_CLOUDFLARE_ACCOUNT_ID }}
48-
NODE_OPTIONS: "--max_old_space_size=8192"
49-
WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/
50-
TEST_REPORT_PATH: ${{ runner.temp }}/test-report/index.html
51-
CI_OS: ${{ matrix.os }}
43+
# - name: Run Vite E2E tests
44+
# run: pnpm test:e2e -F @cloudflare/vite-plugin
45+
# env:
46+
# CLOUDFLARE_API_TOKEN: ${{ secrets.TEST_CLOUDFLARE_API_TOKEN }}
47+
# CLOUDFLARE_ACCOUNT_ID: ${{ secrets.TEST_CLOUDFLARE_ACCOUNT_ID }}
48+
# NODE_OPTIONS: "--max_old_space_size=8192"
49+
# WRANGLER_LOG_PATH: ${{ runner.temp }}/wrangler-debug-logs/
50+
# TEST_REPORT_PATH: ${{ runner.temp }}/test-report/index.html
51+
# CI_OS: ${{ matrix.os }}
5252

5353
- name: Run Wrangler E2E tests
5454
run: pnpm run test:e2e:wrangler

0 commit comments

Comments
 (0)