mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
autotest: disable harmonic matching test
This commit is contained in:
parent
eb0923a018
commit
de55e4dcc2
@ -4915,7 +4915,7 @@ yeah, if you are seeing test failures it would make sense. The harmonic matching
|
||||
self.test_fixed_yaw_calibration),
|
||||
|
||||
("GyroFFTHarmonic",
|
||||
"Fly Gyro FFT Harmonic",
|
||||
"Fly Gyro FFT Harmonic Matching",
|
||||
self.fly_gyro_fft_harmonic),
|
||||
|
||||
("LogDownLoad",
|
||||
@ -4937,6 +4937,7 @@ yeah, if you are seeing test failures it would make sense. The harmonic matching
|
||||
"Parachute": "See https://github.com/ArduPilot/ardupilot/issues/4702",
|
||||
"HorizontalAvoidFence": "See https://github.com/ArduPilot/ardupilot/issues/11525",
|
||||
"BeaconPosition": "See https://github.com/ArduPilot/ardupilot/issues/11689",
|
||||
"GyroFFTHarmonic": "See https://github.com/ArduPilot/ardupilot/issues/13736",
|
||||
}
|
||||
|
||||
class AutoTestHeli(AutoTestCopter):
|
||||
|
Loading…
Reference in New Issue
Block a user