autotest: disable Spline waypoint test

The bug being exposed is causing too much noise in CI.
This commit is contained in:
Peter Barker 2020-06-26 17:16:40 +10:00 committed by Randy Mackay
parent 29e6f058a9
commit 7da5f7c9b5
1 changed files with 4 additions and 0 deletions

View File

@ -5382,6 +5382,10 @@ class AutoTestHeli(AutoTestCopter):
])
return ret
def disabled_tests(self):
return {
"SplineWaypoint": "See https://github.com/ArduPilot/ardupilot/issues/14593",
}
class AutoTestCopterTests1(AutoTestCopter):