aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev/run-tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 706e2d141c..23278d298c 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -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():