Skip to content

Commit 6f2c7ba

Browse files
authored
Revert "Disable fml_unittests till flakes are addressed. (flutter-team-archive#15676)"
This reverts commit 8534034.
1 parent e94cd59 commit 6f2c7ba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

testing/run_tests.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ def RunCCTests(build_dir, filter):
103103
]
104104
RunEngineExecutable(build_dir, 'flow_unittests', filter, flow_flags + shuffle_flags)
105105

106-
# TODO(44614): Re-enable after https://github.com/flutter/flutter/issues/44614 has been addressed.
107-
# RunEngineExecutable(build_dir, 'fml_unittests', filter, [ fml_unittests_filter ] + shuffle_flags)
106+
RunEngineExecutable(build_dir, 'fml_unittests', filter, [ fml_unittests_filter ] + shuffle_flags)
108107

109108
RunEngineExecutable(build_dir, 'runtime_unittests', filter, shuffle_flags)
110109

0 commit comments

Comments
 (0)