chore: CI: exclude additional slow test (#11440)

This commit is contained in:
Sebastian Ullrich 2025-12-01 11:53:16 +01:00 committed by GitHub
parent 5bd331e85d
commit 3282ac6f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -271,7 +271,8 @@ jobs:
// `reverse-ffi` fails to link in sanitizers
// `interactive` and `async_select_channel` fail nondeterministically, would need to
// be investigated.
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'"
// 9366 is too close to timeout
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel|9366'"
},
{
"name": "macOS",