From a45617b4b5114152f31f72b7212fe2244da3b346 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 3 May 2024 18:05:52 +0000 Subject: [PATCH] devops: fix stress tests on Windows (#30655) --- .github/workflows/tests_stress.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests_stress.yml b/.github/workflows/tests_stress.yml index 27aed49d6c..eb0517bd8c 100644 --- a/.github/workflows/tests_stress.yml +++ b/.github/workflows/tests_stress.yml @@ -34,7 +34,6 @@ jobs: - run: npm ci - run: npm run build - run: npx playwright install --with-deps - if: matrix.os != 'windows-latest' - run: npm run stest contexts -- --project=chromium if: ${{ !cancelled() }} - run: npm run stest browsers -- --project=chromium