File tree 2 files changed +5
-2
lines changed
pkgs/native_assets_cli/test/example 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,10 @@ jobs:
142
142
143
143
- run : dart --enable-experiment=native-assets test
144
144
working-directory : pkgs/${{ matrix.package }}/example/build/native_dynamic_linking/
145
- if : ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change }}
145
+ # TODO(https://github.com/dart-lang/native/issues/190): Enable on windows once
146
+ # https://github.com/dart-lang/sdk/commit/903eea6bfb8ee405587f0866a1d1e92eea45d29e
147
+ # has landed in dev channel.
148
+ if : ${{ matrix.package == 'native_assets_cli' && matrix.sdk == 'dev' && !matrix.breaking-change && matrix.os != 'windows' }}
146
149
147
150
- run : dart --enable-experiment=native-assets test
148
151
working-directory : pkgs/${{ matrix.package }}/example/build/native_add_app/
Original file line number Diff line number Diff line change 6
6
'mac-os' : Timeout .factor (2 ),
7
7
'windows' : Timeout .factor (10 ),
8
8
})
9
- // TODO(https://github.com/dart-lang/native/issues/190): Enable once
9
+ // TODO(https://github.com/dart-lang/native/issues/190): Enable on windows once
10
10
// https://github.com/dart-lang/sdk/commit/903eea6bfb8ee405587f0866a1d1e92eea45d29e
11
11
// has landed in dev channel.
12
12
@TestOn ('!windows' )
You can’t perform that action at this time.
0 commit comments