Skip to content

Commit 38abee5

Browse files
committed
skip scala tests
1 parent 5439ff2 commit 38abee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests.py

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

593593
# run the test suites
594-
run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags)
594+
# run_scala_tests(build_tool, hadoop_version, test_modules, excluded_tags)
595595

596596
modules_with_python_tests = [m for m in test_modules if m.python_test_goals]
597597
if modules_with_python_tests:

0 commit comments

Comments
 (0)