chore: CI: disable additional fsanitize test
This commit is contained in:
parent
8ff3adaa01
commit
dc5abb0500
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue