mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
test_onroad: handle spotty gps in testing closet (#28194)
This commit is contained in:
@@ -161,7 +161,11 @@ class TestOnroad(unittest.TestCase):
|
||||
for s, msgs in self.service_msgs.items():
|
||||
if s in ('initData', 'sentinel'):
|
||||
continue
|
||||
|
||||
|
||||
# skip gps services for now
|
||||
if s in ('ubloxGnss', 'ubloxRaw', 'gnssMeasurements'):
|
||||
continue
|
||||
|
||||
with self.subTest(service=s):
|
||||
assert len(msgs) >= math.floor(service_list[s].frequency*55)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user