mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Tools: autotest: disable quadplane test as it passes when it shouldn't
This commit is contained in:
parent
d9d9745c11
commit
2bd34aaebe
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user