mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: re-enable QAUTOTUNE test
This commit is contained in:
parent
5b5f582307
commit
001f276043
|
@ -174,8 +174,6 @@ class AutoTestQuadPlane(AutoTest):
|
|||
ret.extend([
|
||||
("TestMotorMask", "Test output_motor_mask", self.test_motor_mask),
|
||||
|
||||
("QAutoTune", "Fly QAUTOTUNE mode", self.fly_qautotune),
|
||||
|
||||
("ParameterChecks",
|
||||
"Test Arming Parameter Checks",
|
||||
self.test_parameter_checks),
|
||||
|
|
Loading…
Reference in New Issue