File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/flutter_tools/test/integration.shard Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ int analyze() {}
305305 exitMessageContains: '1 issue found.' ,
306306 exitCode: 1 ,
307307 );
308- });
308+ }, skip : true ); // https://github.com/flutter/flutter/issues/120750
309309
310310 testWithoutContext ('analyze once with no-fatal-infos has info issue finally exit code 0.' , () async {
311311 const String infoSourceCode = '''
@@ -321,7 +321,7 @@ int analyze() {}
321321 ],
322322 exitMessageContains: '1 issue found.' ,
323323 );
324- });
324+ }, skip : true ); // https://github.com/flutter/flutter/issues/120750
325325
326326 testWithoutContext ('analyze once only fatal-warnings has info issue finally exit code 0.' , () async {
327327 const String infoSourceCode = '''
@@ -337,7 +337,7 @@ int analyze() {}
337337 ],
338338 exitMessageContains: '1 issue found.' ,
339339 );
340- });
340+ }, skip : true ); // https://github.com/flutter/flutter/issues/120750
341341
342342 testWithoutContext ('analyze once only fatal-infos has warning issue finally exit code 0.' , () async {
343343 const String warningSourceCode = '''
You can’t perform that action at this time.
0 commit comments