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