mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Tools: disable Plane Landing-Drift test
This commit is contained in:
parent
5bb7b04343
commit
61871b1d7b
@ -3746,4 +3746,5 @@ function'''
|
|||||||
def disabled_tests(self):
|
def disabled_tests(self):
|
||||||
return {
|
return {
|
||||||
"Terrain-loiter": "Loading of terrain data is not reliable",
|
"Terrain-loiter": "Loading of terrain data is not reliable",
|
||||||
|
"Landing-Drift": "Flapping test. See https://github.com/ArduPilot/ardupilot/issues/20054",
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user