diff --git a/dev/run-tests.py b/dev/run-tests.py index ec04c37857d9..ca502b281884 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -648,7 +648,7 @@ def main(): # if "DOCS" in changed_modules and test_env == "amplab_jenkins": # build_spark_documentation() - if any(m.should_run_build_tests for m in test_modules): + if any(m.should_run_build_tests for m in test_modules) and test_env != "amplab_jenkins": run_build_tests() # spark build