From 11f66f1fd7c43445f3ddc47a23e9648972aa50db Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 13 Nov 2024 15:08:10 -0800 Subject: [PATCH] fast --- selfdrive/locationd/test/test_locationd_scenarios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/test/test_locationd_scenarios.py b/selfdrive/locationd/test/test_locationd_scenarios.py index 166d715c347475..4270af1a19bb49 100644 --- a/selfdrive/locationd/test/test_locationd_scenarios.py +++ b/selfdrive/locationd/test/test_locationd_scenarios.py @@ -73,7 +73,7 @@ def run_scenarios(scenario, logs): return get_select_fields_data(logs), get_select_fields_data(replayed_logs) -@pytest.mark.xdist_group("test_locationd_scenarios") +#@pytest.mark.xdist_group("test_locationd_scenarios") @pytest.mark.shared_download_cache class TestLocationdScenarios: """