mirror of https://github.com/ArduPilot/ardupilot
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