autotest: disable MotorVibration test

This commit is contained in:
Andrew Tridgell 2019-12-18 14:56:40 +11:00
parent 6902cd2961
commit 6d981ce733
1 changed files with 1 additions and 0 deletions

View File

@ -4492,6 +4492,7 @@ class AutoTestCopter(AutoTest):
"Parachute": "See https://github.com/ArduPilot/ardupilot/issues/4702",
"HorizontalAvoidFence": "See https://github.com/ArduPilot/ardupilot/issues/11525",
"BeaconPosition": "See https://github.com/ArduPilot/ardupilot/issues/11689",
"MotorVibration": "See https://github.com/ArduPilot/ardupilot/issues/13072",
}
class AutoTestHeli(AutoTestCopter):