diff --git a/engine/src/flutter/testing/run_tests.py b/engine/src/flutter/testing/run_tests.py index 8cd8776181..22c2672029 100755 --- a/engine/src/flutter/testing/run_tests.py +++ b/engine/src/flutter/testing/run_tests.py @@ -976,8 +976,6 @@ def build_dart_host_test_list(build_dir): os.path.join('flutter', 'tools', 'pkg', 'engine_repo_tools'), os.path.join('flutter', 'tools', 'pkg', 'git_repo_tools'), ] - if not is_asan(build_dir): - dart_host_tests += [os.path.join('flutter', 'tools', 'path_ops', 'dart')] return dart_host_tests