Index: build/nocompile.gni |
diff --git a/build/nocompile.gni b/build/nocompile.gni |
index d9a9973d368f43e9aaed5bfecdb374fac263af6b..d425b7931f942bc6fe735fcf6dcbf58dd1d572ee 100644 |
--- a/build/nocompile.gni |
+++ b/build/nocompile.gni |
@@ -58,8 +58,8 @@ |
import("//testing/test.gni") |
declare_args() { |
- # TODO(crbug.com/105388): Disabled until http://crbug.com/105388 is resolved. |
- enable_nocompile_tests = false |
+ # TODO(crbug.com/105388): make sure no-compile test is not flaky. |
+ enable_nocompile_tests = is_linux && is_clang |
} |
if (enable_nocompile_tests) { |