szha closed pull request #13137: Disable travis tests URL: https://github.com/apache/incubator-mxnet/pull/13137
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.travis.yml b/.travis.yml index b5c323f3aa1..07929305984 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,9 @@ script: - mv make/osx.mk config.mk - make -j 2 + # Temporarily disabled due to https://github.com/apache/incubator-mxnet/issues/13136 # We ignore several tests to avoid possible timeouts on large PRs. # This lowers our test coverage, but is required for consistent Travis runs. # These tests will be tested in a variety of environments in Jenkins based tests. - - python -m nose --with-timer --exclude-test=test_sparse_operator.test_elemwise_binary_ops --exclude-test=test_gluon_model_zoo.test_models --exclude-test=test_random.test_shuffle --exclude-test=test_operator.test_broadcast_binary_op --exclude-test=test_operator.test_pick --exclude-test=test_profiler.test_continuous_profile_and_instant_marker --exclude-test=test_metric_perf.test_metric_performance --exclude-test=test_operator.test_order --verbose tests/python/unittest/ - - python2 -m nose --verbose tools/coreml/test --exclude-test=test_mxnet_image +# - python -m nose --with-timer --exclude-test=test_sparse_operator.test_elemwise_binary_ops --exclude-test=test_gluon_model_zoo.test_models --exclude-test=test_random.test_shuffle --exclude-test=test_operator.test_broadcast_binary_op --exclude-test=test_operator.test_pick --exclude-test=test_profiler.test_continuous_profile_and_instant_marker --exclude-test=test_metric_perf.test_metric_performance --exclude-test=test_operator.test_order --verbose tests/python/unittest/ +# - python2 -m nose --verbose tools/coreml/test --exclude-test=test_mxnet_image ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
