skip event buffering tests on all OSes except linux

This commit is contained in:
Lex Berezhny 2020-07-20 23:36:47 -04:00
parent 72ddb0c195
commit ffea76cdd5

View file

@ -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