autotest: stop clearing mission at start of test

These are implicitly cleared by the framework
This commit is contained in:
Peter Barker 2021-03-01 11:11:31 +11:00 committed by Peter Barker
parent 973510a4ff
commit 97e2596bf8

View File

@ -315,8 +315,6 @@ class AutoTestCopter(AutoTest):
# fly a square in alt_hold mode
def fly_square(self, side=50, timeout=300):
self.clear_mission_using_mavproxy()
self.takeoff(10, mode="ALT_HOLD")
"""Fly a square, flying N then E ."""