mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: disable Spline waypoint test
The bug being exposed is causing too much noise in CI.
This commit is contained in:
parent
29e6f058a9
commit
7da5f7c9b5
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user