Browse Source

dont do timing tests on ci

Alec Jacobson 1 month ago
parent
commit
aeaed20a61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/include/igl/parallel_for.cpp

+ 1 - 1
tests/include/igl/parallel_for.cpp

@@ -431,7 +431,7 @@ TEST_CASE("parallel_for: force_serial_macro", "[igl][parallel_for]")
 }
 #endif
 
-#define IGL_PARALLEL_FOR_TIMING_TESTS
+//#define IGL_PARALLEL_FOR_TIMING_TESTS
 #ifdef IGL_PARALLEL_FOR_TIMING_TESTS
 
 #include <chrono>