From 0b7f6c90e56a27254281ffe2a206dfea997ec13a Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 17 Jan 2024 12:33:16 +1100 Subject: [PATCH] autotest: stop testing embedded param parser we're moving to ROMFS defaults files --- Tools/autotest/arduplane.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index be66a04478..629d71de4c 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -5392,7 +5392,6 @@ class AutoTestPlane(vehicle_test_suite.TestSuite): self.GlideSlopeThresh, self.HIGH_LATENCY2, self.MidAirDisarmDisallowed, - self.EmbeddedParamParser, self.AerobaticsScripting, self.MANUAL_CONTROL, self.RunMissionScript,