ci: disable webkit e2e tests as they are too flaky

This commit is contained in:
Nurul Huda (Apon) 2026-07-23 19:13:48 +06:00
parent 78f6e52ea4
commit caec8592a8
No known key found for this signature in database
GPG key ID: 5D3F1DE2855A2F79

View file

@ -72,12 +72,12 @@ jobs:
CI: true
BASE_URL: ${{ inputs.base_url }}
- name: Run E2E Tests (WebKit)
working-directory: test/e2e
run: npx playwright test --reporter=html,github --browser webkit
env:
CI: true
BASE_URL: ${{ inputs.base_url }}
# - name: Run E2E Tests (WebKit)
# working-directory: test/e2e
# run: npx playwright test --reporter=html,github --browser webkit
# env:
# CI: true
# BASE_URL: ${{ inputs.base_url }}
- name: Upload Playwright Report
uses: actions/upload-artifact@v4