From addb17ae7d1cf42de366519da32bd30eb71a8840 Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Thu, 13 Nov 2025 18:07:23 +0000 Subject: [PATCH] chore: Remove redundant silencing of ASAN errors in CI (#2779) --- .github/workflows/reusable-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-test.yml b/.github/workflows/reusable-test.yml index 5e879627..3086e847 100644 --- a/.github/workflows/reusable-test.yml +++ b/.github/workflows/reusable-test.yml @@ -47,7 +47,7 @@ jobs: env: # TODO: remove completely when we have fixed all currently existing issues with sanitizers - SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') || (inputs.conan_profile == 'gcc.asan' && inputs.build_type == 'Release') }} + SANITIZER_IGNORE_ERRORS: ${{ endsWith(inputs.conan_profile, '.tsan') }} steps: - name: Cleanup workspace