Index: build/nocompile.gni |
diff --git a/build/nocompile.gni b/build/nocompile.gni |
index 7c91c673e37213f9255b6d9feda484f850f390da..a113c3843a7ac42780b9bdf54ce16e1f2790d1a6 100644 |
--- a/build/nocompile.gni |
+++ b/build/nocompile.gni |
@@ -59,7 +59,9 @@ import("//testing/test.gni") |
declare_args() { |
# TODO(crbug.com/105388): make sure no-compile test is not flaky. |
- enable_nocompile_tests = is_linux && is_clang && host_cpu == target_cpu |
+ # TODO(crbug.com/695991): reenable if |
+ # is_linux && is_clang && host_cpu == target_cpu |
+ enable_nocompile_tests = false |
} |
if (enable_nocompile_tests) { |