Skip to content

Commit

Permalink
Use correct label for excluding Thread sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Nov 9, 2023
1 parent 5d85991 commit af405fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ void runCheckConsistencyTest(const std::string& filename) {
REQUIRE_THAT(superfluous, UnorderedEquals<std::string>({"non-existant"}));
}

TEST_CASE("ROOTFrameWriter consistent frame contents", "[ASAN-FAIL][UBSAN-FAIL][TSAN-FAIL][basics][root]") {
TEST_CASE("ROOTFrameWriter consistent frame contents", "[ASAN-FAIL][UBSAN-FAIL][THREAD-FAIL][basics][root]") {
// The UBSAN-FAIL and TSAN-FAIL only happens on clang12 in CI.
runConsistentFrameTest<podio::ROOTFrameWriter>("unittests_frame_consistency.root");
}
Expand Down

0 comments on commit af405fe

Please sign in to comment.