Skip to content

Commit 6c20b3c

Browse files
committed
Disable test-dependencies.sh.
1 parent 01a2986 commit 6c20b3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dev/run-tests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,9 @@ def run_python_tests(test_modules, parallelism):
418418

419419

420420
def run_build_tests():
421-
set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
422-
run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
421+
# set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
422+
# run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
423+
pass
423424

424425

425426
def run_sparkr_tests():

0 commit comments

Comments
 (0)