mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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
8e4756c763
commit
3523443f77
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ class SampleCallbacksTestCase(unittest.TestCase):
|
|||
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