forked from Archive/PX4-Autopilot
systemcmds/tests: remove px4io conv test
This commit is contained in:
parent
1b0bfd6381
commit
e4b0fa25a2
|
@ -142,9 +142,6 @@ class TestHardwareMethods(unittest.TestCase):
|
|||
def test_bson(self):
|
||||
self.assertTrue(do_test(self.TEST_DEVICE, self.TEST_BAUDRATE, "bson"))
|
||||
|
||||
def test_conv(self):
|
||||
self.assertTrue(do_test(self.TEST_DEVICE, self.TEST_BAUDRATE, "conv"))
|
||||
|
||||
def test_dataman(self):
|
||||
self.assertTrue(do_test(self.TEST_DEVICE, self.TEST_BAUDRATE, "dataman"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue