From 1b12f17ee3826b7553b9d907f9d33d58799c4688 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 22 May 2023 01:10:24 -0700 Subject: [PATCH] test onroad: add gpsLocationExternal to gps proc list --- selfdrive/test/test_onroad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/test/test_onroad.py b/selfdrive/test/test_onroad.py index 327d8d0ff6..69e1443d9a 100755 --- a/selfdrive/test/test_onroad.py +++ b/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):