mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Move more galaxy-data tests into test/unit/data so they are tested as part of galaxy-data tests.
This commit is contained in:
@@ -32,8 +32,6 @@ PACKAGE_DIRS=(
|
||||
app
|
||||
webapps
|
||||
)
|
||||
# tool_util not yet working 100%,
|
||||
# data has many problems quota, tool shed install database, etc..
|
||||
RUN_TESTS=(1 1 1 1 1 1 1 1 1 1 1 0)
|
||||
RUN_MYPY=(1 1 1 1 1 1 1 1 1 1 1 1)
|
||||
for ((i=0; i<${#PACKAGE_DIRS[@]}; i++)); do
|
||||
|
||||
Reference in New Issue
Block a user