diff --git a/BUILD.gn b/BUILD.gn index 419ae849544a1..6711b06124153 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -97,7 +97,8 @@ group("flutter") { if (is_fuchsia) { public_deps += [ "$flutter_root/flow:flow_tests", - "$flutter_root/fml:fml_tests", + # TODO(gw280): Re-enable fml_tests on Fuchsia (https://github.com/flutter/flutter/issues/46122) + # "$flutter_root/fml:fml_tests", ] } }