skip falling device test

old-commit-hash: 1a6881edc6
commatwo_master
Adeeb Shihadeh 3 years ago
parent 305a8eac79
commit 1d324e09c4
  1. 1
      selfdrive/locationd/test/test_locationd.py

@ -51,6 +51,7 @@ void localizer_handle_msg_bytes(Localizer_t localizer, const char *data, size_t
liveloc = self.localizer_get_msg()
self.assertTrue(liveloc is not None)
@unittest.skip("temporarily disabled due to false positives")
def test_device_fell(self):
msg = messaging.new_message('sensorEvents', 1)
msg.sensorEvents[0].sensor = 1

Loading…
Cancel
Save