Skip to content

Commit 23b0bba

Browse files
committed
disable rat checks
1 parent 129b468 commit 23b0bba

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
@@ -201,7 +201,7 @@ def set_title_and_block(title, err_block):
201201

202202
def run_apache_rat_checks():
203203
set_title_and_block("Running Apache RAT checks", "BLOCK_RAT")
204-
run_cmd([os.path.join(SPARK_HOME, "dev", "check-license")])
204+
# run_cmd([os.path.join(SPARK_HOME, "dev", "check-license")])
205205

206206

207207
def run_scala_style_checks(extra_profiles):

0 commit comments

Comments
 (0)