Skip to content

Commit

Permalink
env(view): disable e2e test until UI renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
ytaek committed Jun 7, 2024
1 parent a8e5096 commit f0e554d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2eTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
- name: npx playwright install
run: npx playwright install

- name: Run Playwright tests
run: npm run test:e2e
# Temporarily Disabled until UI renewal
# - name: Run Playwright tests
# run: npm run test:e2e

0 comments on commit f0e554d

Please sign in to comment.