Skip to content

Commit

Permalink
Add read_interface_sio to be excluded when using the Address sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed May 12, 2024
1 parent 3d19f2e commit 53dfc25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
set(CTEST_CUSTOM_TESTS_IGNORE
${CTEST_CUSTOM_TESTS_IGNORE}

write_sio
read_sio
read_and_write_sio
write_timed_sio
read_timed_sio
write_frame_sio
read_frame_sio
read_interface_sio
read_frame_legacy_sio
read_and_write_frame_sio
)
Expand Down

0 comments on commit 53dfc25

Please sign in to comment.