From bf93e5e7ddb1bd00fc67ebc66623f5bc489b0145 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 21 Apr 2011 06:23:25 -0700 Subject: [PATCH] disable main-propagation-loss example from valgrind tests --- src/propagation/test/examples-to-run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propagation/test/examples-to-run.py b/src/propagation/test/examples-to-run.py index cdd23245d..7eb5a7809 100644 --- a/src/propagation/test/examples-to-run.py +++ b/src/propagation/test/examples-to-run.py @@ -8,7 +8,7 @@ # # See test.py for more information. cpp_examples = [ - ("main-propagation-loss", "True", "True"), + ("main-propagation-loss", "True", "False"), ] # A list of Python examples to run in order to ensure that they remain