From 5a4e50c9d9f2f100d7e71ff368bf9ad2be48529c Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Tue, 29 Dec 2020 00:58:18 -0800 Subject: [PATCH] Disable broken streaming tests (#13095) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a4398525..845b63f64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -150,8 +150,9 @@ matrix: script: # Streaming cpp test. - if [ $RAY_CI_STREAMING_CPP_AFFECTED == "1" ]; then bazel test --config=ci $(./scripts/bazel_export_options) --test_output=all //streaming:all && bash streaming/src/test/run_streaming_queue_test.sh; fi - - if [ $RAY_CI_STREAMING_PYTHON_AFFECTED == "1" ]; then python -m pytest -v --durations=5 --timeout=300 streaming/python/tests/; fi - - if [ $RAY_CI_STREAMING_JAVA_AFFECTED == "1" ]; then ./streaming/java/test.sh; fi + # BROKEN + # - if [ $RAY_CI_STREAMING_PYTHON_AFFECTED == "1" ]; then python -m pytest -v --durations=5 --timeout=300 streaming/python/tests/; fi + # - if [ $RAY_CI_STREAMING_JAVA_AFFECTED == "1" ]; then ./streaming/java/test.sh; fi - os: linux env: