aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 5b71789510..8f47728f20 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -538,7 +538,8 @@ def main():
or f.endswith("checkstyle.xml")
or f.endswith("checkstyle-suppressions.xml")
for f in changed_files):
- run_java_style_checks()
+ # run_java_style_checks()
+ pass
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):