Skip to content

Commit

Permalink
temp: exclude tls test from coverage since it seems to hand without t…
Browse files Browse the repository at this point in the history
…he patched openssl?

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Jan 13, 2025
1 parent 97dc2d4 commit 6a06c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if(EVEREST_CORE_BUILD_TESTING)

setup_target_for_coverage_gcovr_html(
NAME ${PROJECT_NAME}_gcovr_coverage
EXECUTABLE ctest
EXECUTABLE ctest -E tls_test
EXCLUDE "${CMAKE_BINARY_DIR}/*" "${CPM_SOURCE_CACHE}" "${PROJECT_SOURCE_DIR}/lib/3rd_party/*"
)
else()
Expand Down

0 comments on commit 6a06c36

Please sign in to comment.