aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-01-01 13:31:25 -0800
committerReynold Xin <rxin@databricks.com>2016-01-01 13:31:25 -0800
commit6c20b3c0871609cbbb1de8e12edd3cad318fc14e (patch)
treefe94b7a91dda2ef27d7be6507baa83a339050846 /dev/run-tests.py
parent01a29866b1da23157fec41e4b037b7dbe4ffda16 (diff)
downloadspark-6c20b3c0871609cbbb1de8e12edd3cad318fc14e.tar.gz
spark-6c20b3c0871609cbbb1de8e12edd3cad318fc14e.tar.bz2
spark-6c20b3c0871609cbbb1de8e12edd3cad318fc14e.zip
Disable test-dependencies.sh.
Diffstat (limited to 'dev/run-tests.py')
-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():