Tools: put UART_chargen in skip list

This commit is contained in:
Pierre Kancir 2021-03-01 23:25:44 +01:00 committed by Andrew Tridgell
parent 2953aa3748
commit ecc89411f9

View File

@ -63,7 +63,8 @@ def run_examples(debug=False, valgrind=False, gdb=False):
skip = {
"BARO_generic": "Most linux computers don't have baros...",
"RCProtocolDecoder": "This assumes specific hardware is connected",
"FlashTest": "https://github.com/ArduPilot/ardupilot/issues/14168"
"FlashTest": "https://github.com/ArduPilot/ardupilot/issues/14168",
"UART_chargen": "This nuke the term",
}
for afile in os.listdir(dirpath):
if afile in skip: