Skip to content

Commit

Permalink
Test failure fix for Dart 3.5 - tests now working on Windows for Dart…
Browse files Browse the repository at this point in the history
… 3.5, see

 dart-lang/sdk#55745
  • Loading branch information
shamblett committed Aug 14, 2024
1 parent deb2e23 commit 93cf377
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: Revert once https://github.com/dart-lang/sdk/issues/55745
# has been resolved

# sdk: [stable, 3.3.0]
# exclude:
# - os: macos-latest
# sdk: 3.3.0
# - os: ubuntu-latest
# sdk: 3.3.0
# - os: windows-latest
# sdk: stable
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 93cf377

Please sign in to comment.