CI: enable FW query (#28316)

old-commit-hash: 376faefec2
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 40f37482c3
commit 00f5fd6079
  1. 1
      selfdrive/test/helpers.py

@ -12,7 +12,6 @@ from system.version import training_version, terms_version
def set_params_enabled():
os.environ['PASSIVE'] = "0"
os.environ['REPLAY'] = "1"
os.environ['SKIP_FW_QUERY'] = "1"
os.environ['FINGERPRINT'] = "TOYOTA COROLLA TSS2 2019"
os.environ['LOGPRINT'] = "debug"

Loading…
Cancel
Save