mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: autotest: disable horizontal fence avoidance test showing bugs
This commit is contained in:
parent
6e13adb43c
commit
10120cee54
@ -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…
Reference in New Issue
Block a user