Remove the path_ops library test from the run_tests script (#165675)

This test was not running previously on the Linux builder, but it
started running again when ASAN was disabled due to the Ubuntu 24
upgrade on LUCI. The test is not currently functioning as intended and
needs to be disabled until the Ubuntu upgrade is stable.

See https://github.com/flutter/flutter/pull/165661
This commit is contained in:
Jason Simmons 2025-03-21 17:36:44 +00:00 committed by GitHub
parent b6921e1895
commit d3571a28a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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