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 0ec4df3814d85ee..5ac85b2bcb2a62c 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,2 +1 @@ -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. +Fix a hang test in ``test_queue.GenericQueueTest.test_shutdown_[immediate_]all_methods_in_many_threads`` unittests. This unit test is dedicated to the new **shutdown** feature in the threading queue.