Skip to content

Commit 52665af

Browse files
authored
Ignore the datasource tests when using the address sanitizer (#779)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
1 parent 721c65c commit 52665af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/sanitizers.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
-DENABLE_SIO=ON \
5353
-DENABLE_JULIA=ON \
5454
-DENABLE_RNTUPLE=ON \
55+
-DENABLE_DATASOURCE=ON \
5556
-G Ninja ..
5657
echo "::endgroup::"
5758
echo "::group::Build"

tests/CTestCustom.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
5353

5454
write_old_data_root
5555
read_new_data_root
56+
57+
read_with_rdatasource_root
58+
read_python_with_rdatasource_root
5659
)
5760

5861
foreach(version in @root_legacy_test_versions@)

0 commit comments

Comments
 (0)