autotest: skip stratoship test

This commit is contained in:
Andrew Tridgell 2024-04-27 13:05:10 +10:00
parent 0bccd71201
commit 54bfaa4438

View File

@ -3896,6 +3896,7 @@ class AutoTestPlane(vehicle_test_suite.TestSuite):
"plane-ice" : "needs ICE control channel for ignition", "plane-ice" : "needs ICE control channel for ignition",
"quadplane-ice" : "needs ICE control channel for ignition", "quadplane-ice" : "needs ICE control channel for ignition",
"quadplane-can" : "needs CAN periph", "quadplane-can" : "needs CAN periph",
"stratoblimp" : "not expected to fly normally",
} }
for frame in sorted(vinfo_options["frames"].keys()): for frame in sorted(vinfo_options["frames"].keys()):
self.start_subtest("Testing frame (%s)" % str(frame)) self.start_subtest("Testing frame (%s)" % str(frame))