From 3bce1eb743e84a7656fce7003ef62f7a3ecbdfa2 Mon Sep 17 00:00:00 2001 From: George Zogopoulos Date: Tue, 28 May 2024 15:40:52 +0200 Subject: [PATCH] Remove autotest from list of failing tests --- Tools/autotest/arduplane.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 07acce45bb2f9f..3b9ae790ae9827 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -5514,5 +5514,4 @@ def disabled_tests(self): "LandingDrift": "Flapping test. See https://github.com/ArduPilot/ardupilot/issues/20054", "InteractTest": "requires user interaction", "ClimbThrottleSaturation": "requires https://github.com/ArduPilot/ardupilot/pull/27106 to pass", - "CatapultTakeoff": "Known bug. See https://github.com/ArduPilot/ardupilot/issues/27147", }