Skip to content

Commit

Permalink
Disables Windows testing suite as multiple specs are currently failing
Browse files Browse the repository at this point in the history
  • Loading branch information
fulf committed Feb 24, 2024
1 parent f190f24 commit 431deb9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,10 @@ jobs:
- '3.2'
os:
- ubuntu
- windows

# Tempfile behavior has changed on Ruby 3.1 such that tests
# fail with permission denied. Would welcome a PR with a fix.
exclude:
- ruby-version: '3.1'
os: windows
- ruby-version: '3.2'
os: windows
# At the moment of this commit various specs fail on Windows.
# Any contributor is welcome to fix them and enable the Windows build.
# Please see Issue #836 for more details.
# - windows

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 431deb9

Please sign in to comment.