Exclude some more non-Galaxy code from unit tests.

These functions were imported from an external module and contain non-deterministic doctests.
This commit is contained in:
John Chilton
2015-05-06 12:40:07 -04:00
parent 5ddc4934d4
commit 32eb76e143
+1 -1
View File
@@ -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
;;