Skip to content

Commit bf114eb

Browse files
authored
Disable package:cupertino_http tests because they are failing at head (#940)
1 parent d845560 commit bf114eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cupertino.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
test:
4646
# Test package:cupertino_http use flutter integration tests.
4747
needs: analyze
48-
name: "Build and test"
48+
name: "Build and test (disabled!)"
4949
runs-on: macos-latest
5050
defaults:
5151
run:
@@ -61,4 +61,6 @@ jobs:
6161
# pins version 1.21.1 or later of 'package:test'
6262
channel: 'master'
6363
- name: Run tests
64-
run: flutter test integration_test/
64+
# TODO: Renable tests when https://github.com/dart-lang/http/issues/938
65+
# is fixed.
66+
run: echo flutter test integration_test/

0 commit comments

Comments
 (0)