diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index f2dc63c9e1e78..c09fb594c8cdb 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -3896,6 +3896,7 @@ def FlyEachFrame(self): "plane-ice" : "needs ICE control channel for ignition", "quadplane-ice" : "needs ICE control channel for ignition", "quadplane-can" : "needs CAN periph", + "stratoblimp" : "not expected to fly normally", } for frame in sorted(vinfo_options["frames"].keys()): self.start_subtest("Testing frame (%s)" % str(frame))