From 10120cee548aab9a074f59cc3c0a9790dccc6035 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 7 Jun 2019 14:52:13 +1000 Subject: [PATCH] Tools: autotest: disable horizontal fence avoidance test showing bugs --- Tools/autotest/arducopter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index a5f1abe00c..91d211356f 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -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):