From 38abee56b0190aca47d63307ba56f4cf7b6356f8 Mon Sep 17 00:00:00 2001 From: hyukjinkwon Date: Sun, 21 Oct 2018 01:16:49 +0800 Subject: [PATCH] skip scala tests --- dev/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index 58da6b120adeb..c63282ed66094 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -591,7 +591,7 @@ def main(): build_spark_assembly_sbt(hadoop_version, should_run_java_style_checks) # run the test suites - run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags) + # run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags) modules_with_python_tests = [m for m in test_modules if m.python_test_goals] if modules_with_python_tests: