Skip to content

Commit a7e7964

Browse files
iskakaushikgspencergoog
authored andcommitted
Run desktop darwin tests in debug mode (flutter#21660)
1 parent 773fe03 commit a7e7964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testing/run_tests.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ def RunCCTests(build_dir, filter):
148148
if IsMac():
149149
RunEngineExecutable(build_dir, 'flutter_channels_unittests', filter, shuffle_flags)
150150

151+
# These tests can only be run on Darwin on debug mode.
152+
# See: https://github.com/flutter/flutter/issues/66664
153+
if IsMac() and ('debug' in build_dir):
154+
RunEngineExecutable(build_dir, 'flutter_desktop_darwin_unittests', filter, shuffle_flags)
155+
151156
# https://github.com/flutter/flutter/issues/36296
152157
if IsLinux():
153158
RunEngineExecutable(build_dir, 'txt_unittests', filter, shuffle_flags)

0 commit comments

Comments
 (0)