Commit 419c1861 authored by Victor Poughon's avatar Victor Poughon
Browse files

REFAC: blacklist LAIAndPROSAILToSensorResponse example for now

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
......@@ -28,9 +28,10 @@ import re
from rst_utils import examples_usage_regex
# blacklist ApplicationExample for now because it does not produce a binary
# we can run (we could patch this script to support applications in the future)
blacklist = ["ApplicationExample"]
blacklist = [
"ApplicationExample", # does not produce a binary (uses the application engine)
"LAIAndPROSAILToSensorResponse" # does not run, wrong arguments
]
def run_example(otb_root, otb_data, name, dry_run):
"""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment