test onroad: add gpsLocationExternal to gps proc list

pull/28212/head^2
Adeeb Shihadeh 2 years ago committed by GitHub
parent 2664dba52e
commit 1b12f17ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/test/test_onroad.py

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

Loading…
Cancel
Save