Skip to content

Commit f7ad30b

Browse files
Temporarily disable nnbd flutter test test (flutter#55873)
1 parent eddba97 commit f7ad30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/bots/test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ Future<void> _runFrameworkTests() async {
482482
await _runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol'), tableData: bigqueryApi?.tabledata);
483483
await _runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable'),
484484
options: <String>['--enable-experiment=non-nullable'],
485+
skip: true, // TODO(jonahwilliams): re-enable after https://github.com/flutter/flutter/issues/55872
485486
);
486487
await _runFlutterTest(
487488
path.join(flutterRoot, 'dev', 'tracing_tests'),

0 commit comments

Comments
 (0)