Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-125451: Skip concurrent.futures test_processes_terminate() #125533

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 15, 2024

The test hangs randomly. It tries to serialize local lock and a local function which are not possible.

The test hangs randomly. It tries to serialize local lock and a local
function which are not possible.
@vstinner
Copy link
Member Author

cc @colesbury @gpshead

@vstinner vstinner enabled auto-merge (squash) October 15, 2024 15:16
@vstinner vstinner merged commit c6e8ff8 into python:main Oct 15, 2024
37 checks passed
@vstinner vstinner deleted the cf_skip branch October 15, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants