Skip to content
Snippets Groups Projects
Commit 6c20b3c0 authored by Reynold Xin's avatar Reynold Xin
Browse files

Disable test-dependencies.sh.

parent 01a29866
No related branches found
No related tags found
No related merge requests found
......@@ -418,8 +418,9 @@ def run_python_tests(test_modules, parallelism):
def run_build_tests():
set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
# set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
# run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
pass
def run_sparkr_tests():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment