We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdf361d commit f76353aCopy full SHA for f76353a
1 file changed
Stackless/unittests/test_watchdog.py
@@ -607,7 +607,6 @@ def task():
607
stackless.run()
608
self.assertEqual(self.done, 2)
609
610
- @unittest.skip("issue #85, assertion violation")
611
def test_watchdog_priority_soft(self):
612
"""Verify that outermost "real" watchdog gets awoken"""
613
self._test_watchdog_priority(True)
0 commit comments