Tools: autotest: disable horizontal fence avoidance test showing bugs

This commit is contained in:
Peter Barker 2019-06-07 14:52:13 +10:00 committed by Peter Barker
parent 6e13adb43c
commit 10120cee54

View File

@ -3521,6 +3521,7 @@ class AutoTestCopter(AutoTest):
def disabled_tests(self):
return {
"Parachute": "See https://github.com/ArduPilot/ardupilot/issues/4702",
"HorizontalAvoidFence": "See https://github.com/ArduPilot/ardupilot/issues/11525",
}
class AutoTestHeli(AutoTestCopter):