Skip to content

Commit dc5abb0

Browse files
committed
chore: CI: disable additional fsanitize test
1 parent 8ff3ada commit dc5abb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,9 @@ jobs:
267267
"CMAKE_PRESET": "sanitize",
268268
// `StackOverflow*` correctly triggers ubsan
269269
// `reverse-ffi` fails to link in sanitizers
270-
// `interactive` fails/timeouts nondeterministically, would need to be investigated.
271-
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive'"
270+
// `interactive` and `async_select_channel` fail nondeterministically, would need to
271+
// be investigated.
272+
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'"
272273
},
273274
{
274275
"name": "macOS",

0 commit comments

Comments
 (0)