autotest: enable deca and dodeca frames in FlyEachFrame test

This commit is contained in:
Peter Barker 2021-05-05 18:04:05 +10:00 committed by Peter Barker
parent 001c041b72
commit b04dfda9fb
1 changed files with 1 additions and 7 deletions

View File

@ -6486,13 +6486,7 @@ class AutoTestCopter(AutoTest):
copter_vinfo_options = vinfo.options[self.vehicleinfo_key()]
known_broken_frames = {
'cwx': "missing defaults file",
# the following can be removed once
# https://github.com/ArduPilot/mavlink/pull/205 and and
# associated PR against ardupilot for the mavlink
# submodule have been merged:
'deca': "pymavlink reference out-of-date in ArduPilot's mavlink",
'deca-cwx': "pymavlink reference out-of-date in ArduPilot's mavlink",
'dodeca-hexa': "pymavlink reference out-of-date in ArduPilot's mavlink",
'deca-cwx': 'missing defaults file',
'djix': "missing defaults file",
'heli-compound': "wrong binary, different takeoff regime",
'heli-dual': "wrong binary, different takeoff regime",