We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8e447 commit 1bf04adCopy full SHA for 1bf04ad
BUILD.gn
@@ -97,7 +97,8 @@ group("flutter") {
97
if (is_fuchsia) {
98
public_deps += [
99
"$flutter_root/flow:flow_tests",
100
- "$flutter_root/fml:fml_tests",
+ # TODO(gw280): Re-enable fml_tests on Fuchsia (https://github.com/flutter/flutter/issues/46122)
101
+ # "$flutter_root/fml:fml_tests",
102
]
103
}
104
0 commit comments