Skip to content

Commit

Permalink
test: Drop Windows CI (#2240)
Browse files Browse the repository at this point in the history
We’ve seen a lot of EPIPE on write failures that are more common on
Windows than Linux/Mac, though they do occur. For that reason along, it
would be good to restore Windows CI when we track that issue down, but
for now, the flakes are too hard to bear and also block us from
upgrading yarn #2222

Tracking revert #2243
  • Loading branch information
kriskowal authored Apr 24, 2024
2 parents c495df3 + 2adaea1 commit 5a979d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,10 @@ jobs:
fail-fast: false
matrix:
node-version: [18.x, 20.x, 21.x]
platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest]
# windows-latest exhibited flakey tests that are not yet worth the
# trouble to investigate, and blocked us from upgrading yarn from 1 to
# 4.

steps:
- name: Checkout
Expand Down

0 comments on commit 5a979d3

Please sign in to comment.