autotest: don't try and fly the ICE aircraft

they would need ignition control
This commit is contained in:
Andrew Tridgell 2022-10-06 11:39:24 +11:00
parent 026290a4e1
commit 14be09d72c
1 changed files with 2 additions and 0 deletions

View File

@ -3473,6 +3473,8 @@ class AutoTestPlane(AutoTest):
"quadplane-cl84": "falls out of sky instead of transitioning",
"quadplane-tilttri": "falls out of sky instead of transitioning",
"quadplane-tilttrivec": "loses attitude control and crashes",
"plane-ice" : "needs ICE control channel for ignition",
"quadplane-ice" : "needs ICE control channel for ignition",
}
for frame in sorted(vinfo_options["frames"].keys()):
self.start_subtest("Testing frame (%s)" % str(frame))