|
|
|
@ -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): |
|
|
|
|