Skip to content

Commit c08e5c1

Browse files
committed
Deactivate the regex
1 parent 90ef97f commit c08e5c1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/ExtraTests/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,8 @@ target_compile_definitions(ThreadSafetyTests PUBLIC CATCH_CONFIG_EXPERIMENTAL_TH
575575
add_test(NAME ThreadSafetyTests
576576
COMMAND ThreadSafetyTests -r compact
577577
)
578-
set_tests_properties(ThreadSafetyTests
579-
PROPERTIES
580-
PASS_REGULAR_EXPRESSION "assertions: 801 | 400 passed | 401 failed"
581-
RUN_SERIAL ON
582-
)
578+
#set_tests_properties(ThreadSafetyTests
579+
# PROPERTIES
580+
# PASS_REGULAR_EXPRESSION "assertions: 801 | 400 passed | 401 failed"
581+
# RUN_SERIAL ON
582+
#)

0 commit comments

Comments
 (0)