Skip to content

Commit f76353a

Browse files
author
Anselm Kruis
committed
Enable a skiped test case for issue python#85
1 parent bdf361d commit f76353a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Stackless/unittests/test_watchdog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,6 @@ def task():
607607
stackless.run()
608608
self.assertEqual(self.done, 2)
609609

610-
@unittest.skip("issue #85, assertion violation")
611610
def test_watchdog_priority_soft(self):
612611
"""Verify that outermost "real" watchdog gets awoken"""
613612
self._test_watchdog_priority(True)

0 commit comments

Comments
 (0)