From 0d9ea8a7f1b1fd71574b439396cdc915ed51373b Mon Sep 17 00:00:00 2001 From: Forrest Li Date: Thu, 7 Sep 2023 17:32:09 -0400 Subject: [PATCH] chore(github): no E2E testing on windows The windows test is flaky and requires some more investigation. In the meantime, we won't test on windows. --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5d02bcf14..6223a00b8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest] name: E2E Testing on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -35,4 +35,4 @@ jobs: with: name: image_comparison_results path: .tmp - retention-days: 5 \ No newline at end of file + retention-days: 5