Skip to content

Commit bfb8269

Browse files
committed
Disable E2E tests on Windows
1 parent 23901c3 commit bfb8269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
run-e2e:
1313
strategy:
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
# Disabled windows because it's too slow
16+
# See: https://github.com/NomicFoundation/hardhat/issues/5247
17+
os: [ubuntu-latest, macos-latest]
1618
name: Run E2E tests on ${{ matrix.os }}
1719
runs-on: ${{ matrix.os }}
1820
env:

0 commit comments

Comments
 (0)