test onroad: add gpsLocationExternal to gps proc list

old-commit-hash: 1b12f17ee3
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent dbe615db9e
commit 8de1d811da
  1. 2
      selfdrive/test/test_onroad.py

@ -157,7 +157,7 @@ class TestOnroad(unittest.TestCase):
continue
# skip gps services for now
if s in ('ubloxGnss', 'ubloxRaw', 'gnssMeasurements'):
if s in ('ubloxGnss', 'ubloxRaw', 'gnssMeasurements', 'gpsLocationExternal'):
continue
with self.subTest(service=s):

Loading…
Cancel
Save