Skip to content

Commit

Permalink
Disable E2E tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alcuadrado committed May 17, 2024
1 parent 23901c3 commit bfb8269
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
run-e2e:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Disabled windows because it's too slow
# See: https://github.com/NomicFoundation/hardhat/issues/5247
os: [ubuntu-latest, macos-latest]
name: Run E2E tests on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit bfb8269

Please sign in to comment.