Tools: disable Plane Landing-Drift test

This commit is contained in:
Randy Mackay 2022-02-11 15:08:59 +09:00
parent 5bb7b04343
commit 61871b1d7b

View File

@ -3746,4 +3746,5 @@ function'''
def disabled_tests(self):
return {
"Terrain-loiter": "Loading of terrain data is not reliable",
"Landing-Drift": "Flapping test. See https://github.com/ArduPilot/ardupilot/issues/20054",
}