From c505ee79de001182bb528ae2cf5b4e000c4d3ab7 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Wed, 27 Jan 2021 17:24:03 -0800 Subject: [PATCH] Run tests in sound null safety mode for fuchsia_remote_debug_protocol (#74848) --- dev/bots/test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/test.dart b/dev/bots/test.dart index b92421c8058..19ddeb3d45a 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -674,7 +674,7 @@ Future _runFrameworkTests() async { await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter_goldens')); await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter_localizations'), options: soundNullSafetyOptions); await _runFlutterTest(path.join(flutterRoot, 'packages', 'flutter_test'), options: soundNullSafetyOptions); - await _runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol')); + await _runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol'), options: soundNullSafetyOptions); await _runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable'), options: mixedModeNullSafetyOptions); await _runFlutterTest( path.join(flutterRoot, 'dev', 'tracing_tests'),