Skip to content

Commit 1bf04ad

Browse files
author
George Wright
authored
Disable fml_tests until they're fixed on Fuchsia (flutter#14137)
1 parent 9f8e447 commit 1bf04ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ group("flutter") {
9797
if (is_fuchsia) {
9898
public_deps += [
9999
"$flutter_root/flow:flow_tests",
100-
"$flutter_root/fml:fml_tests",
100+
# TODO(gw280): Re-enable fml_tests on Fuchsia (https://github.com/flutter/flutter/issues/46122)
101+
# "$flutter_root/fml:fml_tests",
101102
]
102103
}
103104
}

0 commit comments

Comments
 (0)