diff --git a/Documentation/Cookbook/Scripts/RunExamples.py b/Documentation/Cookbook/Scripts/RunExamples.py
index 7fdd7ea2e9ed3fd8e974952ecd422a4545a4cc24..e04ea62e62a0d781018c498504ebdfc72f25c100 100755
--- a/Documentation/Cookbook/Scripts/RunExamples.py
+++ b/Documentation/Cookbook/Scripts/RunExamples.py
@@ -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):
     """