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",