From e7a8c65f21ae48f8596a5a9335639b8fe864e28a Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Thu, 4 May 2023 21:47:39 +0000 Subject: [PATCH] test Ford in process replay (#28112) old-commit-hash: 51d41a3336683b81acbd764660c523f8d6f3758b --- 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 2ac4a92cc0..ecb2bb02ca 100755 --- a/selfdrive/test/process_replay/test_processes.py +++ b/selfdrive/test/process_replay/test_processes.py @@ -60,7 +60,7 @@ segments = [ ] # dashcamOnly makes don't need to be tested until a full port is done -excluded_interfaces = ["mock", "ford", "mazda", "tesla"] +excluded_interfaces = ["mock", "mazda", "tesla"] BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/" REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")