diff --git a/dev/run-tests.py b/dev/run-tests.py
index e7e10f1d8c725dd3b7cba7d2150b0b45cab59d70..20d493ca8bff4d1e19a10b441c30cdd9b4446fa3 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -528,7 +528,7 @@ def main():
     if not changed_files or any(f.endswith(".scala") for f in changed_files):
         run_scala_style_checks()
     if not changed_files or any(f.endswith(".java") for f in changed_files):
-        run_java_style_checks()
+        # run_java_style_checks()
     if not changed_files or any(f.endswith(".py") for f in changed_files):
         run_python_style_checks()
     if not changed_files or any(f.endswith(".R") for f in changed_files):