Skip to content

Commit 3282ac6

Browse files
authored
chore: CI: exclude additional slow test (#11440)
1 parent 5bd331e commit 3282ac6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,8 @@ jobs:
271271
// `reverse-ffi` fails to link in sanitizers
272272
// `interactive` and `async_select_channel` fail nondeterministically, would need to
273273
// be investigated.
274-
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'"
274+
// 9366 is too close to timeout
275+
"CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel|9366'"
275276
},
276277
{
277278
"name": "macOS",

0 commit comments

Comments
 (0)