From 1e36a3bb9d6562f48cfdceaa6727a65c13b02f23 Mon Sep 17 00:00:00 2001 From: Hein van Vlastuin <94352322+hein-obox@users.noreply.github.com> Date: Wed, 20 May 2026 16:09:30 +0200 Subject: [PATCH] Update skip testing logic (#635) --- .../playwright-with-specific-hello-plus-version.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright-with-specific-hello-plus-version.yml b/.github/workflows/playwright-with-specific-hello-plus-version.yml index 443ba889..6866b739 100644 --- a/.github/workflows/playwright-with-specific-hello-plus-version.yml +++ b/.github/workflows/playwright-with-specific-hello-plus-version.yml @@ -336,11 +336,8 @@ jobs: export DAILY_MATRIX_WORKFLOW=true echo "Running tests from: ${{ steps.extract-version-tests.outputs.test-source-type }}" - GREP_INVERT_FLAG="" - if [[ "${{ steps.extract-version-tests.outputs.test-source-type }}" != "main-branch" ]]; then - GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links"' - echo "Skipping known failing test: 'should navigate to correct pages from Quick Links'" - fi + GREP_INVERT_FLAG='--grep-invert="should navigate to correct pages from Quick Links"' + echo "Skipping known failing test: 'should navigate to correct pages from Quick Links'" eval npm run test:playwright -- tests/playwright/tests/ $GREP_INVERT_FLAG