mirror of https://github.com/ArduPilot/ardupilot
autotest: disable broken test
missing upload_square_mission_items_around_location
This commit is contained in:
parent
c9c42dc08b
commit
3b6b7c2121
|
@ -7206,9 +7206,9 @@ class AutoTestCopter(AutoTest):
|
|||
"Test setpoint global position",
|
||||
self.test_set_position_global_int),
|
||||
|
||||
("ThrowDoubleDrop",
|
||||
"Test a more complicated drop-mode scenario",
|
||||
self.ThrowDoubleDrop),
|
||||
# ("ThrowDoubleDrop",
|
||||
# "Test a more complicated drop-mode scenario",
|
||||
# self.ThrowDoubleDrop),
|
||||
|
||||
("SetpointGlobalVel",
|
||||
"Test setpoint global velocity",
|
||||
|
|
Loading…
Reference in New Issue