autotest: removed tri from doesn't fly list

This commit is contained in:
Andrew Tridgell 2021-06-08 13:14:16 +10:00 committed by Peter Barker
parent 3a6bafc6a6
commit 3be7f1ae23

View File

@ -6615,7 +6615,6 @@ class AutoTestCopter(AutoTest):
'heli-compound': "wrong binary, different takeoff regime",
'heli-dual': "wrong binary, different takeoff regime",
'heli': "wrong binary, different takeoff regime",
'tri': "does not take off",
}
for frame in sorted(copter_vinfo_options["frames"].keys()):
self.start_subtest("Testing frame (%s)" % str(frame))