mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 12:14:10 -04:00
autotest: skip stratoship test
This commit is contained in:
parent
0bccd71201
commit
54bfaa4438
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user