Tools: autotest: skip arm features on Tracker until rudder problems sorted

This commit is contained in:
Peter Barker 2019-02-28 14:14:28 +11:00
parent 87a0166c1c
commit ed5fc06a5d
1 changed files with 5 additions and 0 deletions

View File

@ -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()