Skip to content

Commit

Permalink
Add I/O tests to ignore list for sanitizer builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 25, 2023
1 parent 08cb88c commit 36833dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
read_frame_root_multiple
write_python_frame_root
read_python_frame_root
read_and_write_frame_root

write_frame_root
read_frame_root
Expand All @@ -39,6 +40,7 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
read_frame_legacy_sio
write_python_frame_sio
read_python_frame_sio
read_and_write_frame_sio

write_ascii

Expand Down

0 comments on commit 36833dc

Please # to comment.