Skip to content

Commit 7d9835d

Browse files
committed
Skip Scala tests for now
1 parent 3c052e4 commit 7d9835d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def main():
637637
build_spark_assembly_sbt(hadoop_version, should_run_java_style_checks)
638638

639639
# run the test suites
640-
run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags)
640+
# run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags)
641641

642642
modules_with_python_tests = [m for m in test_modules if m.python_test_goals]
643643
if modules_with_python_tests:

0 commit comments

Comments
 (0)