Skip to content

Commit

Permalink
ci: Skip windows tests (#1573) (#1574)
Browse files Browse the repository at this point in the history
# Description

Windows tests currently cannot be executed as the certificate for the
windows audio driver is expired.
Developers need to test locally in the mean time.

Track via #1573 and duncanthrax/scream#202
  • Loading branch information
Gustl22 authored Jul 19, 2023
1 parent 381c43e commit d954b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
windows:
runs-on: windows-latest
timeout-minutes: 30
if: inputs.enable_windows
if: false # FIXME(gustl22): Revert to "inputs.enable_windows" when virtual audio device can be installed (#1573)
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand Down

0 comments on commit d954b26

Please sign in to comment.