From 1a6881edc6318bf30d2ba451d75eeb7d1b53389d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 6 Jan 2022 14:05:13 -0800 Subject: [PATCH] skip falling device test --- selfdrive/locationd/test/test_locationd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/locationd/test/test_locationd.py b/selfdrive/locationd/test/test_locationd.py index 5194ce444..76f82efc1 100755 --- a/selfdrive/locationd/test/test_locationd.py +++ b/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