mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
test onroad: add gpsLocationExternal to gps proc list
old-commit-hash: 1b12f17ee3
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user