We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d845560 commit bf114ebCopy full SHA for bf114eb
.github/workflows/cupertino.yml
@@ -45,7 +45,7 @@ jobs:
45
test:
46
# Test package:cupertino_http use flutter integration tests.
47
needs: analyze
48
- name: "Build and test"
+ name: "Build and test (disabled!)"
49
runs-on: macos-latest
50
defaults:
51
run:
@@ -61,4 +61,6 @@ jobs:
61
# pins version 1.21.1 or later of 'package:test'
62
channel: 'master'
63
- name: Run tests
64
- run: flutter test integration_test/
+ # 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