From ecc89411f946d07e03271e242213d01fb44c4fb0 Mon Sep 17 00:00:00 2001 From: Pierre Kancir Date: Mon, 1 Mar 2021 23:25:44 +0100 Subject: [PATCH] Tools: put UART_chargen in skip list --- Tools/autotest/examples.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tools/autotest/examples.py b/Tools/autotest/examples.py index d537f47d88..6e6e0aac1c 100644 --- a/Tools/autotest/examples.py +++ b/Tools/autotest/examples.py @@ -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: