From 99a0f5a86a69240e5be60435e3f7a5b2f5880a56 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 27 Jun 2021 09:19:57 +1000 Subject: [PATCH] autotest: disable quadplane ConfigErrorLoop test failing on the autotest server (and locally). AT-1474.6: RC values bad: (ch=1 want=1500 got=0) AT-1474.6: AP: Config error: Baro: unable to initialise driver AT-1474.6: AP: Config Error: fix problem then reboot AT-1474.6: RC values bad: (ch=1 want=1500 got=0) AT-1474.6: RC values bad: (ch=1 want=1500 got=0) AT-1474.6: RC values bad: (ch=1 want=1500 got=0) --- Tools/autotest/quadplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/quadplane.py b/Tools/autotest/quadplane.py index 22b7236cad..1dce32ce94 100644 --- a/Tools/autotest/quadplane.py +++ b/Tools/autotest/quadplane.py @@ -595,6 +595,7 @@ class AutoTestQuadPlane(AutoTest): "FRSkyPassThrough": "Currently failing", "CPUFailsafe": "servo channel values not scaled like ArduPlane", "GyroFFT": "flapping test", + "ConfigErrorLoop": "failing because RC values not settable", } def test_pilot_yaw(self):