test onroad: add gpsLocationExternal to gps proc list

old-commit-hash: 1b12f17ee3826b7553b9d907f9d33d58799c4688
This commit is contained in:
Adeeb Shihadeh
2023-05-22 01:10:24 -07:00
committed by GitHub
parent dbe615db9e
commit 8de1d811da
+1 -1
View File
@@ -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):