From 96ff752fd7893b41669ed74f67d67bfdba50975f Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Tue, 9 Jan 2024 17:10:32 +0000 Subject: [PATCH] Skip flaky test on mac in http_disallow_http_connections_test.dart (flutter/engine#49635) Related https://github.com/flutter/flutter/issues/141149 --- .../testing/dart/http_disallow_http_connections_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/testing/dart/http_disallow_http_connections_test.dart b/engine/src/flutter/testing/dart/http_disallow_http_connections_test.dart index 7c3e4774a61..fbe9874c232 100644 --- a/engine/src/flutter/testing/dart/http_disallow_http_connections_test.dart +++ b/engine/src/flutter/testing/dart/http_disallow_http_connections_test.dart @@ -91,7 +91,7 @@ void main() { zoneValues: {#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 {