Skip to content

Commit 5439ff2

Browse files
committed
skip scala tests
1 parent cd5cab6 commit 5439ff2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,8 @@ def main():
551551
if not changed_files or any(f.endswith(".scala")
552552
or f.endswith("scalastyle-config.xml")
553553
for f in changed_files):
554-
run_scala_style_checks()
554+
# run_scala_style_checks()
555+
pass
555556
should_run_java_style_checks = False
556557
if not changed_files or any(f.endswith(".java")
557558
or f.endswith("checkstyle.xml")

0 commit comments

Comments
 (0)