Skip to content

Commit

Permalink
skip falling device test
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Jan 6, 2022
1 parent ef225e3 commit 1a6881e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/locationd/test/test_locationd.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def test_liblocalizer(self):
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
Expand Down

0 comments on commit 1a6881e

Please sign in to comment.