mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
autotest: disable autotest for MAV_CMD_NAV_SET_YAW_SPEED
This commit is contained in:
parent
7aa52c4140
commit
f9a22458e2
@ -6997,6 +6997,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
def disabled_tests(self):
|
||||
return {
|
||||
"SlewRate": "got timing report failure on CI",
|
||||
"MAV_CMD_NAV_SET_YAW_SPEED": "compiled out of code by default",
|
||||
}
|
||||
|
||||
def rc_defaults(self):
|
||||
|
Loading…
Reference in New Issue
Block a user