diff --git a/Tools/autotest/examples.py b/Tools/autotest/examples.py index de4c1cc209..d537f47d88 100644 --- a/Tools/autotest/examples.py +++ b/Tools/autotest/examples.py @@ -63,6 +63,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", + "FlashTest": "https://github.com/ArduPilot/ardupilot/issues/14168" } for afile in os.listdir(dirpath): if afile in skip: