diff --git a/Misc/NEWS.d/next/Tests/2024-02-26-15-04-57.gh-issue-115258.p__Nfv.rst b/Misc/NEWS.d/next/Tests/2024-02-26-15-04-57.gh-issue-115258.p__Nfv.rst index 72b30015226ca98..0ec4df3814d85ee 100644 --- a/Misc/NEWS.d/next/Tests/2024-02-26-15-04-57.gh-issue-115258.p__Nfv.rst +++ b/Misc/NEWS.d/next/Tests/2024-02-26-15-04-57.gh-issue-115258.p__Nfv.rst @@ -1 +1,2 @@ -Fix hang tests of `test_shutdown_[immediate_]all_methods_in_many_thread` unittests of 'test_queue.py'. This unit test is dedicated to the new feature "Shutdown a queue" to the threading queue. +Fix hang the test from ``test_queue.GenericQueueTest.test_shutdown_[immediate_]all_methods_in_many_thread`` unittests. +This unit test is dedicated to the new ``Shutdown`` feature in the threading queue.