File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 9090 os : windows
9191 - << : *node-tests
9292 os : osx
93- - << : *node-tests
94- name : Node tests | Dart dev | Node 14
95- env : DART_CHANNEL=dev
93+
94+ # TODO(nweiz): Re-enable these when dart-lang/sdk#44181 or dart-lang/test#1363
95+ # is fixed.
96+ # - <<: *node-tests
97+ # name: Node tests | Dart dev | Node 14
98+ # env: DART_CHANNEL=dev
9699
97100 # Miscellaneous checks.
98101 - name : static analysis
Original file line number Diff line number Diff line change @@ -45,5 +45,7 @@ dev_dependencies:
4545 stream_channel : " >=1.0.0 <3.0.0"
4646 test_descriptor : " ^1.1.0"
4747 test_process : " ^1.0.0-rc.1"
48- test : " >=0.12.42 <2.0.0"
48+ # TODO(nweiz): Allow higher versions of test once dart-lang/test#1382 is
49+ # fixed.
50+ test : " >=0.12.42 <1.15.5"
4951 yaml : " ^2.0.0"
You can’t perform that action at this time.
0 commit comments