Skip to content

Commit 8d3bc4c

Browse files
authored
Add test_concurrent_futures to FLAKY_MP_TESTS (#7502)
1 parent 20c6505 commit 8d3bc4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
# Tests that can be flaky when running with multiple processes `-j 2`. We will use `-j 1` for these.
189189
FLAKY_MP_TESTS: >-
190190
test_class
191+
test_concurrent_futures
191192
test_eintr
192193
test_multiprocessing_fork
193194
test_multiprocessing_forkserver

0 commit comments

Comments
 (0)