Tools: autotest: disable quadplane test as it passes when it shouldn't

This commit is contained in:
Peter Barker 2019-02-04 20:45:41 +11:00 committed by Peter Barker
parent d9d9745c11
commit 2bd34aaebe

View File

@ -167,6 +167,11 @@ class AutoTestQuadPlane(AutoTest):
def default_mode(self):
return "FBWA"
def disabled_tests(self):
return {
"QAutoTune": "See https://github.com/ArduPilot/ardupilot/issues/10411",
}
def tests(self):
'''return list of all tests'''
m = os.path.join(testdir, "ArduPlane-Missions/Dalby-OBC2016.txt")