mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: run_examples: add FlashTest to skip list
This commit is contained in:
parent
6062e4ee81
commit
8396388af9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user