Skip to content

Commit 4b8ad1b

Browse files
Temporarily disable info-based analyzer unit tests. (#120753)
We should address this more permanently: flutter/flutter#120750
1 parent fd01812 commit 4b8ad1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/flutter_tools/test/integration.shard/analyze_once_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 = '''

0 commit comments

Comments
 (0)