We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff3ada commit dc5abb0Copy full SHA for dc5abb0
.github/workflows/ci.yml
@@ -267,8 +267,9 @@ jobs:
267
"CMAKE_PRESET": "sanitize",
268
// `StackOverflow*` correctly triggers ubsan
269
// `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'"
+ // `interactive` and `async_select_channel` fail nondeterministically, would need to
+ // be investigated.
272
+ "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'"
273
},
274
{
275
"name": "macOS",
0 commit comments