From 6b5ccfa7eb2b76dc5b7bbe437a5b523917705328 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Feb 2026 04:17:20 +0000 Subject: [PATCH] fix: remove ignored tests from Playwright execution in E2E workflow --- .github/workflows/e2e-tests-split.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/e2e-tests-split.yml b/.github/workflows/e2e-tests-split.yml index f305df4f..5ac03adf 100644 --- a/.github/workflows/e2e-tests-split.yml +++ b/.github/workflows/e2e-tests-split.yml @@ -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 \