Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 48f816d

Browse files
committed
Skip unit test on Fuchsia
1 parent 7f0eaca commit 48f816d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ group("unittests") {
183183
# Compile all unittests targets if enabled.
184184
if (enable_unittests) {
185185
public_deps += [
186-
"//flutter/assets:assets_unittests",
187186
"//flutter/display_list:display_list_rendertests",
188187
"//flutter/display_list:display_list_unittests",
189188
"//flutter/flow:flow_unittests",
@@ -215,6 +214,7 @@ group("unittests") {
215214

216215
if (is_mac || is_linux || is_win) {
217216
public_deps += [
217+
"//flutter/assets:assets_unittests",
218218
"//flutter/impeller:impeller_dart_unittests",
219219
"//flutter/impeller:impeller_unittests",
220220
"//flutter/impeller/toolkit/interop:example",

0 commit comments

Comments
 (0)