Index: build/nocompile.gni |
diff --git a/build/nocompile.gni b/build/nocompile.gni |
index 1b292d79d19f8f226c7b9dea68ff569217652290..f57de3ab7b2c91fc76c70a913780e48f339d4c99 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) { |