From 32eb76e143ada4833e2fec59ea55b624a5656fd7 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 6 May 2015 11:35:38 -0400 Subject: [PATCH] Exclude some more non-Galaxy code from unit tests. These functions were imported from an external module and contain non-deterministic doctests. --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 02edf48ca22..b9cd0155b9a 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -224,7 +224,7 @@ do unit_extra=$2 shift 2 else - unit_extra='--exclude=functional --exclude="^get" --exclude=controllers --exclude=runners lib test/unit' + unit_extra='--exclude=functional --exclude="^get" --exclude=controllers --exclude=runners --exclude dictobj --exclude=jstree lib test/unit' shift 1 fi ;;