diff --git a/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart b/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart index 2cc2d22fea9..23cb165cd49 100644 --- a/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart +++ b/engine/src/flutter/lib/web_ui/dev/steps/compile_tests_step.dart @@ -285,7 +285,6 @@ Future compileUnitTest(FilePath input, {required bool forCanvasKit, requir '--no-minify', '--disable-inlining', '--enable-asserts', - '--no-sound-null-safety', // We do not want to auto-select a renderer in tests. As of today, tests // are designed to run in one specific mode. So instead, we specify the