From 54bfaa4438a8e7112b0f2a539d446093ea7abcc6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Apr 2024 13:05:10 +1000 Subject: [PATCH] autotest: skip stratoship test --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index f2dc63c9e1e783..c09fb594c8cdb8 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))