mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: skip arm features on Tracker until rudder problems sorted
This commit is contained in:
parent
87a0166c1c
commit
ed5fc06a5d
|
@ -116,6 +116,11 @@ class AutoTestTracker(AutoTest):
|
|||
pass
|
||||
self.initialise_after_reboot_sitl()
|
||||
|
||||
def disabled_tests(self):
|
||||
return {
|
||||
"ArmFeatures": "See https://github.com/ArduPilot/ardupilot/issues/10652",
|
||||
}
|
||||
|
||||
def tests(self):
|
||||
'''return list of all tests'''
|
||||
ret = super(AutoTestTracker, self).tests()
|
||||
|
|
Loading…
Reference in New Issue