Browse Source

Tools: autotest: disable horizontal fence avoidance test showing bugs

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
10120cee54
  1. 1
      Tools/autotest/arducopter.py

1
Tools/autotest/arducopter.py

@ -3521,6 +3521,7 @@ class AutoTestCopter(AutoTest): @@ -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):

Loading…
Cancel
Save