Skip to content

Commit b242b14

Browse files
committed
commenting playwright tests for now
1 parent d4a3722 commit b242b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rpe_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
if: ${{ matrix.os != 'ubuntu-22.04' }}
8888
run: npm test
8989

90-
- name: E2E Playwright tests on Linux latest & MacOS
91-
if: ${{ matrix.os == 'ubuntu-latest' }}
92-
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
90+
# - name: E2E Playwright tests on Linux latest & MacOS
91+
# if: ${{ matrix.os == 'ubuntu-latest' }}
92+
# run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
9393

9494
- name: Run ESLint only on ubuntu-latest
9595
if: ${{ matrix.os == 'ubuntu-latest' }}

0 commit comments

Comments
 (0)