Skip to content

Commit

Permalink
ci: disable some tests temporarily (#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Jan 22, 2024
1 parent 552c543 commit d68bee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
# TODO: exclude windows for now, because of failing tests in the new image runner
os: [ubuntu-latest, macos-latest]
sdk: [stable, beta]
exclude:
- os: windows-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/flutter_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ jobs:
fail-fast: false
matrix:
sdk: ["stable", "beta"]
target: ["ios", "macos"]
# TODO: remove ios for now, will be fixed in v8
target: ["macos"]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d68bee7

Please sign in to comment.