Skip to content

Commit

Permalink
autotest: skip stratoship test
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Apr 27, 2024
1 parent 0bccd71 commit 54bfaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/arduplane.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 54bfaa4

Please sign in to comment.