From a858ddfef9df9bb24443a2606e58a98df537e839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Mon, 31 Mar 2025 16:46:52 +0200 Subject: [PATCH] Use the default scheduler for the front-load test --- tests/test_engine_loop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_engine_loop.py b/tests/test_engine_loop.py index f6391b5d1..656216e27 100644 --- a/tests/test_engine_loop.py +++ b/tests/test_engine_loop.py @@ -334,7 +334,6 @@ class RequestSendOrderTestCase(TestCase): await maybe_deferred_to_future( self._test_request_order( start_nums=start_nums, - settings={"SCHEDULER": MemoryScheduler}, response_seconds=response_seconds, start_fn=start, )