diff --git a/testing/BUILD.gn b/testing/BUILD.gn index 9eac2945251f4..9ff563691f23d 100644 --- a/testing/BUILD.gn +++ b/testing/BUILD.gn @@ -53,7 +53,7 @@ source_set("testing") { if (is_linux) { # So that we can call gtk_init in main(). - configs += [ "//flutter/shell/platform/linux/config:gtk" ] + #configs += [ "//flutter/shell/platform/linux/config:gtk" ] } public_deps = [ ":testing_lib" ]