skipIf fix

This commit is contained in:
Lex Berezhny 2020-07-20 23:38:21 -04:00
parent ffea76cdd5
commit 8d164dfed3

View file

@ -92,7 +92,7 @@ class StreamControllerTestCase(AsyncioTestCase):
class TestEventQueuePublisher(AsyncioTestCase):
@unittest.skipIf("linux" not in sys.platform)
@unittest.skipIf("linux" not in sys.platform, "unreliable everywhere except linux")
async def test_event_buffering_avoids_overloading_asyncio(self):
threads = 3
generate_events = 3000