Skip to content

Commit

Permalink
skip scala tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Oct 20, 2018
1 parent 5439ff2 commit 38abee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38abee5

Please sign in to comment.