Skip to content

Commit 3bfc28f

Browse files
committed
temp disable process_replay for FCA Giorgio
1 parent 14e7ba4 commit 3bfc28f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

selfdrive/test/process_replay/test_processes.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
]
6161

6262
# dashcamOnly makes don't need to be tested until a full port is done
63-
excluded_interfaces = ["mock", "tesla"]
63+
# FIXME: Revert before merging, need a process_replay test route for fca_giorgio
64+
excluded_interfaces = ["mock", "tesla", "fca_giorgio"]
6465

6566
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
6667
REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")

0 commit comments

Comments
 (0)