From d7651b8f561b6671249115e320b1fd2a4c77bc8c Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 2 Oct 2024 11:16:56 -0700 Subject: [PATCH] chore(bidi): disable firefox tracing on CI (#32935) Disabling as it produces [too much output](https://github.com/microsoft/playwright/pull/32908#issuecomment-2387914821). --- .github/workflows/tests_bidi.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/tests_bidi.yml b/.github/workflows/tests_bidi.yml index b07acbcf4b..46b16aac7b 100644 --- a/.github/workflows/tests_bidi.yml +++ b/.github/workflows/tests_bidi.yml @@ -13,7 +13,6 @@ on: env: FORCE_COLOR: 1 - ELECTRON_SKIP_BINARY_DOWNLOAD: 1 jobs: test_bidi: @@ -44,5 +43,3 @@ jobs: run: xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npm run biditest -- --project=${{ matrix.channel }}* env: PWTEST_USE_BIDI_EXPECTATIONS: '1' - DEBUG: ${{ matrix.channel == 'bidi-firefox-nightly' && 'pw:browser' || null }} - PWTEST_FIREFOX_USER_PREFS: '{"remote.log.level": "Trace", "remote.log.truncate": false}'