From 492fa556849d273127603d2ff0ea4ebc4d79da45 Mon Sep 17 00:00:00 2001 From: Jackson Gardner Date: Tue, 14 Feb 2023 19:43:38 -0800 Subject: [PATCH] Temporarily disable info-based analyzer unit tests. We should address this more permanently: https://github.com/flutter/flutter/issues/120750 --- .../test/integration.shard/analyze_once_test.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/flutter_tools/test/integration.shard/analyze_once_test.dart b/packages/flutter_tools/test/integration.shard/analyze_once_test.dart index 0b2cd8eccd3db..f169b87d9a519 100644 --- a/packages/flutter_tools/test/integration.shard/analyze_once_test.dart +++ b/packages/flutter_tools/test/integration.shard/analyze_once_test.dart @@ -305,7 +305,7 @@ int analyze() {} exitMessageContains: '1 issue found.', exitCode: 1, ); - }); + }, skip: true); // https://github.com/flutter/flutter/issues/120750 testWithoutContext('analyze once with no-fatal-infos has info issue finally exit code 0.', () async { const String infoSourceCode = ''' @@ -321,7 +321,7 @@ int analyze() {} ], exitMessageContains: '1 issue found.', ); - }); + }, skip: true); // https://github.com/flutter/flutter/issues/120750 testWithoutContext('analyze once only fatal-warnings has info issue finally exit code 0.', () async { const String infoSourceCode = ''' @@ -337,7 +337,7 @@ int analyze() {} ], exitMessageContains: '1 issue found.', ); - }); + }, skip: true); // https://github.com/flutter/flutter/issues/120750 testWithoutContext('analyze once only fatal-infos has warning issue finally exit code 0.', () async { const String warningSourceCode = '''