mirror of https://github.com/python/cpython
#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
|
@ -199,7 +199,6 @@ class SampleCallbacksTestCase(unittest.TestCase):
|
|||
return True #Allow windows to keep enumerating
|
||||
|
||||
windll.user32.EnumWindows(EnumWindowsCallbackFunc, 0)
|
||||
self.assertFalse(windowCount == 0)
|
||||
|
||||
################################################################
|
||||
|
||||
|
|
Loading…
Reference in New Issue