aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-19 15:30:31 -0800
committerReynold Xin <rxin@databricks.com>2015-12-19 15:30:31 -0800
commit6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf (patch)
tree8d157b60e0acdaff180dc7197026991ec8606f86 /dev
parentf496031bd2d09691f9d494a08d990b5d0f14b2a0 (diff)
downloadspark-6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf.tar.gz
spark-6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf.tar.bz2
spark-6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf.zip
HOTFIX: Disable Java style test.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/run-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index e7e10f1d8c..20d493ca8b 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):