Move more galaxy-data tests into test/unit/data so they are tested as part of galaxy-data tests.

This commit is contained in:
John Chilton
2021-09-24 12:16:55 -04:00
parent f1e50f34ee
commit c58fe574a8
13 changed files with 0 additions and 2 deletions
-2
View File
@@ -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