mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Skip flaky test on mac in http_disallow_http_connections_test.dart (flutter/engine#49635)
Related https://github.com/flutter/flutter/issues/141149
This commit is contained in:
parent
47f9722185
commit
96ff752fd7
@ -91,7 +91,7 @@ void main() {
|
||||
zoneValues: <dynamic, dynamic>{#flutter.io.allow_http: mockTrue});
|
||||
expect(mockFalse.checked, isTrue);
|
||||
});
|
||||
});
|
||||
}, skip: Platform.isMacOS); // https://github.com/flutter/flutter/issues/141149
|
||||
|
||||
test('testWithLoopback', () async {
|
||||
await bindServerAndTest('127.0.0.1', (HttpClient httpClient, Uri uri) async {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user