mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 13:38:38 -04:00
Tools: clean up heli autotest file
This commit is contained in:
parent
ee5fee268f
commit
31e556099b
@ -966,8 +966,6 @@ class AutoTestHelicopter(AutoTestCopter):
|
||||
|
||||
def tests(self):
|
||||
'''return list of all tests'''
|
||||
ret = ([self.AutoRotation, self.ManAutoRotation,])
|
||||
return ret
|
||||
ret = vehicle_test_suite.TestSuite.tests(self)
|
||||
ret.extend([
|
||||
self.AVCMission,
|
||||
|
Loading…
Reference in New Issue
Block a user