Add mazda to excluded

pull/34996/head
Kacper Rączy 3 weeks ago
parent 51b8d8f086
commit 656170d405
  1. 2
      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 # dashcamOnly makes don't need to be tested until a full port is done
excluded_interfaces = ["mock", "tesla", "rivian"] excluded_interfaces = ["mock", "tesla", "mazda"]
BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/" BASE_URL = "https://commadataci.blob.core.windows.net/openpilotci/"
REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit") REF_COMMIT_FN = os.path.join(PROC_REPLAY_DIR, "ref_commit")

Loading…
Cancel
Save