mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
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:
+1
-1
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user