From ffea76cdd5291ab48410b80c1889349d5e7e822b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 20 Jul 2020 23:36:47 -0400 Subject: [PATCH] skip event buffering tests on all OSes except linux --- tests/unit/test_event_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_event_controller.py b/tests/unit/test_event_controller.py index f96560133..6e083cd53 100644 --- a/tests/unit/test_event_controller.py +++ b/tests/unit/test_event_controller.py @@ -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