Skip to content

Commit

Permalink
Disable MLlib tests for now while Jenkins is still on Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mateiz committed Jan 14, 2014
1 parent 54d3486 commit cc93c2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc93c2a

Please sign in to comment.