Unverified Commit f7ad30b7 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Temporarily disable nnbd flutter test test (#55873)

parent eddba97d
...@@ -482,6 +482,7 @@ Future<void> _runFrameworkTests() async { ...@@ -482,6 +482,7 @@ Future<void> _runFrameworkTests() async {
await _runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol'), tableData: bigqueryApi?.tabledata); await _runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol'), tableData: bigqueryApi?.tabledata);
await _runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable'), await _runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable'),
options: <String>['--enable-experiment=non-nullable'], options: <String>['--enable-experiment=non-nullable'],
skip: true, // TODO(jonahwilliams): re-enable after https://github.com/flutter/flutter/issues/55872
); );
await _runFlutterTest( await _runFlutterTest(
path.join(flutterRoot, 'dev', 'tracing_tests'), path.join(flutterRoot, 'dev', 'tracing_tests'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment