Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 902b6f3

Browse files
committed
Update run_tests.py
1 parent c695d82 commit 902b6f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/run_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,7 @@ def make_test(name, flags=None, extra_env=None):
505505
# flutter_desktop_darwin_unittests uses global state that isn't handled
506506
# correctly by gtest-parallel.
507507
# https://github.com/flutter/flutter/issues/104789
508-
variant = os.path.basename(build_dir)
509-
if not variant.startswith('host_debug') and 'arm64' not in variant:
508+
if not os.path.basename(build_dir).startswith('host_debug'):
510509
# Test is disabled for flaking in debug runs:
511510
# https://github.com/flutter/flutter/issues/127441
512511
run_engine_executable(

0 commit comments

Comments
 (0)