We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a2986 commit 6c20b3cCopy full SHA for 6c20b3c
dev/run-tests.py
@@ -418,8 +418,9 @@ def run_python_tests(test_modules, parallelism):
418
419
420
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")])
+ # set_title_and_block("Running build tests", "BLOCK_BUILD_TESTS")
+ # run_cmd([os.path.join(SPARK_HOME, "dev", "test-dependencies.sh")])
423
+ pass
424
425
426
def run_sparkr_tests():
0 commit comments