We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e7ba4 commit 3bfc28fCopy full SHA for 3bfc28f
selfdrive/test/process_replay/test_processes.py
@@ -60,7 +60,8 @@
60
]
61
62
# dashcamOnly makes don't need to be tested until a full port is done
63
-excluded_interfaces = ["mock", "tesla"]
+# FIXME: Revert before merging, need a process_replay test route for fca_giorgio
64
+excluded_interfaces = ["mock", "tesla", "fca_giorgio"]
65
66
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
67
REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")
0 commit comments