There was an error while loading. Please reload this page.
1 parent 90ef97f commit c08e5c1Copy full SHA for c08e5c1
1 file changed
tests/ExtraTests/CMakeLists.txt
@@ -575,8 +575,8 @@ target_compile_definitions(ThreadSafetyTests PUBLIC CATCH_CONFIG_EXPERIMENTAL_TH
575
add_test(NAME ThreadSafetyTests
576
COMMAND ThreadSafetyTests -r compact
577
)
578
-set_tests_properties(ThreadSafetyTests
579
- PROPERTIES
580
- PASS_REGULAR_EXPRESSION "assertions: 801 | 400 passed | 401 failed"
581
- RUN_SERIAL ON
582
-)
+#set_tests_properties(ThreadSafetyTests
+# PROPERTIES
+# PASS_REGULAR_EXPRESSION "assertions: 801 | 400 passed | 401 failed"
+# RUN_SERIAL ON
+#)
0 commit comments