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 5bd331e commit 3282ac6Copy full SHA for 3282ac6
.github/workflows/ci.yml
@@ -271,7 +271,8 @@ jobs:
271
// `reverse-ffi` fails to link in sanitizers
272
// `interactive` and `async_select_channel` fail nondeterministically, would need to
273
// be investigated.
274
- "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'"
+ // 9366 is too close to timeout
275
+ "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel|9366'"
276
},
277
{
278
"name": "macOS",
0 commit comments