File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -300,13 +300,12 @@ jobs:
300
300
( cd server; dart run bin/server.dart ) &
301
301
flutter test -d macos integration_test/platform_test.dart --dart-define USE_LOCAL_SERVER=true
302
302
flutter test -d macos integration_test/lib_test.dart --dart-define USE_LOCAL_SERVER=true
303
- # TODO: Integration tests on macOS 13 currently time out.
304
- # flutter test -d macos integration_test/app_test.dart --dart-define USE_LOCAL_SERVER=true
303
+ flutter test -d macos integration_test/app_test.dart --dart-define USE_LOCAL_SERVER=true
305
304
306
305
macos-14 :
307
306
runs-on : macos-14
308
307
timeout-minutes : 30
309
- if : false # TODO: Tests on macOS 14 currently fail.
308
+ if : inputs.enable_macos
310
309
steps :
311
310
- uses : actions/checkout@v4
312
311
- uses : subosito/flutter-action@v2
You can’t perform that action at this time.
0 commit comments