aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests.py')
-rwxr-xr-xdev/run-tests.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev/run-tests.py b/dev/run-tests.py
index 8726889cbc..acc9450586 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -425,12 +425,13 @@ def run_build_tests():
def run_sparkr_tests():
- set_title_and_block("Running SparkR tests", "BLOCK_SPARKR_UNIT_TESTS")
+ # set_title_and_block("Running SparkR tests", "BLOCK_SPARKR_UNIT_TESTS")
- if which("R"):
- run_cmd([os.path.join(SPARK_HOME, "R", "run-tests.sh")])
- else:
- print("Ignoring SparkR tests as R was not found in PATH")
+ # if which("R"):
+ # run_cmd([os.path.join(SPARK_HOME, "R", "run-tests.sh")])
+ # else:
+ # print("Ignoring SparkR tests as R was not found in PATH")
+ pass
def parse_opts():