From da09f2572f9ec600601dd7678571e4af504e239c Mon Sep 17 00:00:00 2001 From: ShaharNaveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:43:51 +0100 Subject: [PATCH] Add `test_concurrent_futures` to FLAKY_MP_TESTS --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a1e5c941e7..9991706e366 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -188,6 +188,7 @@ jobs: # Tests that can be flaky when running with multiple processes `-j 2`. We will use `-j 1` for these. FLAKY_MP_TESTS: >- test_class + test_concurrent_futures test_eintr test_multiprocessing_fork test_multiprocessing_forkserver