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)
This commit is contained in:
Peter Barker 2021-06-27 09:19:57 +10:00 committed by Peter Barker
parent 67ebdc300b
commit 99a0f5a86a
1 changed files with 1 additions and 0 deletions

View File

@ -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):