Skip to content

Commit

Permalink
Disable a few tests again for Thread sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Oct 10, 2024
1 parent 399c576 commit c4a2f07
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tests/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,13 @@ if ((NOT "@FORCE_RUN_ALL_TESTS@" STREQUAL "ON") AND (NOT "@USE_SANITIZER@" STREQ
)
endif()

if("@USE_SANITIZER@" MATCHES "Thread")
set(CTEST_CUSTOM_TESTS_IGNORE
${CTEST_CUSTOM_TESTS_IGNORE}

read_rntuple
read_interface_rntuple
)
endif()

endif()
2 changes: 1 addition & 1 deletion tests/unittests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ TEST_CASE("ROOTWriter check consistency", "[ASAN-FAIL][UBSAN-FAIL][basics][root]

#if PODIO_ENABLE_RNTUPLE

TEST_CASE("Relations after cloning with RNTuple", "[relations][basics]") {
TEST_CASE("Relations after cloning with RNTuple", "[THREAD-FAIL][relations][basics]") {
runRelationAfterCloneCheck<podio::RNTupleReader, podio::RNTupleWriter>(
"unittests_relations_after_cloning_rntuple.root");
}
Expand Down

0 comments on commit c4a2f07

Please sign in to comment.