Tools: run_examples: add FlashTest to skip list

This commit is contained in:
Pierre Kancir 2021-02-09 13:56:47 +01:00 committed by Andrew Tridgell
parent 6062e4ee81
commit 8396388af9
1 changed files with 1 additions and 0 deletions

View File

@ -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: