We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921370b commit 250a656Copy full SHA for 250a656
3 files changed
tests/test_base.py
@@ -712,6 +712,7 @@ async def foo():
712
self.loop.run_until_complete(
713
self.loop.shutdown_default_executor())
714
715
+ @unittest.skip("takes too long")
716
def test_call_soon_threadsafe_safety(self):
717
ITERATIONS = 4096
718
counter = [0]
0 commit comments