Skip to content

Commit

Permalink
chore: temporarily disable Windows in test workflow
Browse files Browse the repository at this point in the history
The Windows tests are currently failing, so we are temporarily disabling them until we can identify and fix the issue.
  • Loading branch information
Julien-R44 committed May 19, 2024
1 parent 7efa887 commit 6207f3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
# Temporary disable Windows until we found why some tests are failing
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
timeout-minutes: 10

Expand Down

0 comments on commit 6207f3b

Please sign in to comment.