mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
#9055: remove assertion at the end of test_8959_b since the test is about crashing, not about counting and is difficult to manage when run as a service
This commit is contained in:
parent
126c2960ca
commit
3a879e8a27
1 changed files with 0 additions and 1 deletions
|
|
@ -199,7 +199,6 @@ def EnumWindowsCallbackFunc(hwnd, lParam):
|
|||
return True #Allow windows to keep enumerating
|
||||
|
||||
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
|
||||
self.assertFalse(windowCount == 0)
|
||||
|
||||
################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue