From 3282ac6f96cc43a1060dcf558f9689717d673f02 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Mon, 1 Dec 2025 11:53:16 +0100 Subject: [PATCH] chore: CI: exclude additional slow test (#11440) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84b91d4166..31785797cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,7 +271,8 @@ jobs: // `reverse-ffi` fails to link in sanitizers // `interactive` and `async_select_channel` fail nondeterministically, would need to // be investigated. - "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel'" + // 9366 is too close to timeout + "CTEST_OPTIONS": "-E 'StackOverflow|reverse-ffi|interactive|async_select_channel|9366'" }, { "name": "macOS",