skip event buffering tests on all OSes except linux
This commit is contained in:
parent
72ddb0c195
commit
ffea76cdd5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class StreamControllerTestCase(AsyncioTestCase):
|
|||
|
||||
class TestEventQueuePublisher(AsyncioTestCase):
|
||||
|
||||
@unittest.skipIf("darwin" in sys.platform, "test is very unreliable on mac")
|
||||
@unittest.skipIf("linux" not in sys.platform)
|
||||
async def test_event_buffering_avoids_overloading_asyncio(self):
|
||||
threads = 3
|
||||
generate_events = 3000
|
||||
|
|
Loading…
Reference in a new issue