Skip hanging test.

This commit is contained in:
Martin v. Löwis 2011-01-03 00:19:59 +00:00
parent a251a853c7
commit 23eaa70057
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ class WaitTests(unittest.TestCase):
call1.close()
call2.close()
@unittest.skip # XXX skip the test for now as it hangs
def test_all_completed_some_already_completed(self):
def wait_test():
while not future1._waiters: