Remove test_metadata.py symlink from packages/job_execution

waiting for a better code decomposition.

xref. https://github.com/galaxyproject/galaxy/issues/8240
This commit is contained in:
Gianmauro Cuccuru
2019-07-06 09:54:26 +02:00
committed by Nicola Soranzo
parent 6311af6806
commit 4b2718ba40
2 changed files with 1 additions and 2 deletions
@@ -1 +0,0 @@
../../../test/unit/tools/test_metadata.py
+1 -1
View File
@@ -28,7 +28,7 @@ PACKAGE_DIRS=(
)
# containers has no tests, tool_util not yet working 100%,
# data has many problems quota, tool shed install database, etc..
RUN_TESTS=(1 1 1 0 1 0 0 0 1 0)
RUN_TESTS=(1 1 1 0 1 0 1 0 1 0)
for ((i=0; i<${#PACKAGE_DIRS[@]}; i++)); do
package_dir=${PACKAGE_DIRS[$i]}