autotest: disable broken test

missing upload_square_mission_items_around_location
This commit is contained in:
Andrew Tridgell 2021-08-15 12:43:10 +10:00 committed by Randy Mackay
parent c9c42dc08b
commit 3b6b7c2121
1 changed files with 3 additions and 3 deletions

View File

@ -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",