From dc5abb0500d2cd0284cb488c185ddd98220db74d Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Fri, 28 Nov 2025 13:01:17 +0000 Subject: [PATCH] chore: CI: disable additional fsanitize test --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d65d063f..09b119906a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,8 +267,9 @@ jobs: "CMAKE_PRESET": "sanitize", // `StackOverflow*` correctly triggers ubsan // `reverse-ffi` fails to link in sanitizers - // `interactive` fails/timeouts nondeterministically, would need to be investigated. - "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive'" + // `interactive` and `async_select_channel` fail nondeterministically, would need to + // be investigated. + "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'" }, { "name": "macOS",