fix: remove ignored tests from Playwright execution in E2E workflow

This commit is contained in:
GitHub Actions
2026-02-10 04:17:20 +00:00
parent 9018e7607b
commit 6b5ccfa7eb

View File

@@ -885,9 +885,6 @@ jobs:
npx playwright test \
--project=chromium \
--shard=${{ matrix.shard }}/${{ matrix.total-shards }} \
--ignore tests/security-enforcement/ \
--ignore tests/security/ \
--ignore tests/integration/multi-feature-workflows.spec.ts \
tests/core \
tests/dns-provider-crud.spec.ts \
tests/dns-provider-types.spec.ts \
@@ -1072,9 +1069,6 @@ jobs:
npx playwright test \
--project=firefox \
--shard=${{ matrix.shard }}/${{ matrix.total-shards }} \
--ignore tests/security-enforcement/ \
--ignore tests/security/ \
--ignore tests/integration/multi-feature-workflows.spec.ts \
tests/core \
tests/dns-provider-crud.spec.ts \
tests/dns-provider-types.spec.ts \
@@ -1259,9 +1253,6 @@ jobs:
npx playwright test \
--project=webkit \
--shard=${{ matrix.shard }}/${{ matrix.total-shards }} \
--ignore tests/security-enforcement/ \
--ignore tests/security/ \
--ignore tests/integration/multi-feature-workflows.spec.ts \
tests/core \
tests/dns-provider-crud.spec.ts \
tests/dns-provider-types.spec.ts \