diff --git a/Tools/autotest/examples.py b/Tools/autotest/examples.py index 8497ebb7d1..5e5791f185 100644 --- a/Tools/autotest/examples.py +++ b/Tools/autotest/examples.py @@ -30,6 +30,7 @@ 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", } for afile in os.listdir(dirpath): if afile in skip: