Skip to content

Commit de073bb

Browse files
authored
Disable evaluation integration test (#2114)
* Modify the tile of building models with structured data using ElasticDL * Disable integration test for evaluation * Fix by comments
1 parent 2f4f52f commit de073bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,12 @@ jobs:
8787
-v $PWD:/work -w /work
8888
elasticdl:dev bash -c "scripts/travis/gen_dataset.sh data"
8989
- |
90+
# TODO Restore evaluate and predict integration tests
9091
JOB_TYPES=(
9192
odps
9293
train
93-
evaluate
94-
predict
94+
#evaluate
95+
#predict
9596
)
9697
for JOB_TYPE in "${JOB_TYPES[@]}"; do
9798
bash scripts/travis/run_job.sh $JOB_TYPE $PWD/data

0 commit comments

Comments
 (0)