From 14be09d72c8a60e5308b64881767f18db0ee0b2f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 6 Oct 2022 11:39:24 +1100 Subject: [PATCH] autotest: don't try and fly the ICE aircraft they would need ignition control --- Tools/autotest/arduplane.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index c736a11794..b8fd5d8034 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -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))