Jenkins: HIL remove airframe 4018 test

This commit is contained in:
Daniel Agar 2022-02-07 09:44:03 -05:00 committed by Beat Küng
parent 86860808e3
commit a95da715d5
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@ void resetParameters() {
void runTests() {
// test loading a range of airframes
sh './Tools/HIL/test_airframes.sh `find /dev/serial -name *usb-*` 1000 1001 2100 3000 4001 4018 6001 8001 10016'
sh './Tools/HIL/test_airframes.sh `find /dev/serial -name *usb-*` 1000 1001 2100 3000 4001 6001 8001 10016'
resetParameters()