Skip to content

Commit e734227

Browse files
committed
disable flakey e2e tests until repair
1 parent 2be8a82 commit e734227

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/run-tests.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ jobs:
2525
- run: |
2626
npm ci
2727
npm run test
28-
teste2e:
29-
timeout-minutes: 60
30-
runs-on: ubuntu-latest
31-
steps:
32-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
33-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
34-
with:
35-
node-version: 24.11.1
36-
- name: Install dependencies
37-
run: npm ci
38-
- name: Build snowbox (started by playwright by itself)
39-
run: npm run snowbox:build
40-
- name: Install Playwright Browsers
41-
run: npx playwright install --with-deps
42-
- name: Run Playwright tests (common)
43-
run: npm run test:e2e
44-
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
45-
if: ${{ !cancelled() }}
46-
with:
47-
name: playwright-report
48-
path: playwright-report/
49-
retention-days: 30
28+
# teste2e:
29+
# timeout-minutes: 60
30+
# runs-on: ubuntu-latest
31+
# steps:
32+
# - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
33+
# - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
34+
# with:
35+
# node-version: 24.11.1
36+
# - name: Install dependencies
37+
# run: npm ci
38+
# - name: Build snowbox (started by playwright by itself)
39+
# run: npm run snowbox:build
40+
# - name: Install Playwright Browsers
41+
# run: npx playwright install --with-deps
42+
# - name: Run Playwright tests (common)
43+
# run: npm run test:e2e
44+
# - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
45+
# if: ${{ !cancelled() }}
46+
# with:
47+
# name: playwright-report
48+
# path: playwright-report/
49+
# retention-days: 30
5050
type-check:
5151
runs-on: ubuntu-latest
5252
steps:

0 commit comments

Comments
 (0)