[libc][Obvious] Add NO_RUN_POSTBUILD to sqrtf exhaustive test.
authorSiva Chandra Reddy <sivachandra@google.com>
Mon, 24 Apr 2023 23:40:23 +0000 (23:40 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Mon, 24 Apr 2023 23:44:11 +0000 (23:44 +0000)
The bots are timing out because they are trying to run this test.

Differential Revision: https://reviews.llvm.org/D149108

libc/test/src/math/exhaustive/CMakeLists.txt

index 107e791..4c3f524 100644 (file)
@@ -10,6 +10,7 @@ add_object_library(
 
 add_fp_unittest(
   sqrtf_test
+  NO_RUN_POSTBUILD
   NEED_MPFR
   SUITE
     libc_math_exhaustive_tests