Skip to content

Commit

Permalink
Disable fml_tests until they're fixed on Fuchsia (flutter#14137)
Browse files Browse the repository at this point in the history
  • Loading branch information
George Wright authored Dec 5, 2019
1 parent 9f8e447 commit 1bf04ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
}
Expand Down

0 comments on commit 1bf04ad

Please sign in to comment.