From cc93c2abb1a44f230d2951981fdfc2fe8e7df46f Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Mon, 13 Jan 2014 20:46:46 -0800 Subject: Disable MLlib tests for now while Jenkins is still on Python 2.6 --- python/run-tests | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'python/run-tests') diff --git a/python/run-tests b/python/run-tests index a986ac9380..2005f610b4 100755 --- a/python/run-tests +++ b/python/run-tests @@ -40,11 +40,11 @@ run_test "-m doctest pyspark/broadcast.py" run_test "-m doctest pyspark/accumulators.py" run_test "-m doctest pyspark/serializers.py" run_test "pyspark/tests.py" -run_test "pyspark/mllib/_common.py" -run_test "pyspark/mllib/classification.py" -run_test "pyspark/mllib/clustering.py" -run_test "pyspark/mllib/recommendation.py" -run_test "pyspark/mllib/regression.py" +#run_test "pyspark/mllib/_common.py" +#run_test "pyspark/mllib/classification.py" +#run_test "pyspark/mllib/clustering.py" +#run_test "pyspark/mllib/recommendation.py" +#run_test "pyspark/mllib/regression.py" if [[ $FAILED != 0 ]]; then echo -en "\033[31m" # Red -- cgit v1.2.3