From d23f5d2ec544f2bfec99586a897a7bf8bc766260 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Mon, 16 Oct 2023 15:18:25 -0400 Subject: [PATCH] test_processes: assert that mazda is tested (#30258) mazda left dashcam mode --- selfdrive/test/process_replay/test_processes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/process_replay/test_processes.py b/selfdrive/test/process_replay/test_processes.py index e36548d7e5..df0631524b 100755 --- a/selfdrive/test/process_replay/test_processes.py +++ b/selfdrive/test/process_replay/test_processes.py @@ -61,7 +61,7 @@ segments = [ ] # dashcamOnly makes don't need to be tested until a full port is done -excluded_interfaces = ["mock", "mazda", "tesla"] +excluded_interfaces = ["mock", "tesla"] BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/" REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")