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:
Zachary Anderson 2024-01-09 17:10:32 +00:00 committed by GitHub
parent 47f9722185
commit 96ff752fd7

View File

@ -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 {