Skip to content

Commit 250a656

Browse files
committed
merge more tests
1 parent 921370b commit 250a656

File tree

3 files changed

+195
-142
lines changed

3 files changed

+195
-142
lines changed

tests/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ async def foo():
712712
self.loop.run_until_complete(
713713
self.loop.shutdown_default_executor())
714714

715+
@unittest.skip("takes too long")
715716
def test_call_soon_threadsafe_safety(self):
716717
ITERATIONS = 4096
717718
counter = [0]

0 commit comments

Comments
 (0)