Skip to content

Commit d414e01

Browse files
committed
[WIP][SPARK-XXX][TESTS] Disable SBT unidoc testing in Jenkins
1 parent 3fe3365 commit d414e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ def build_spark_assembly_sbt(extra_profiles, checkstyle=False):
363363
if checkstyle:
364364
run_java_style_checks(build_profiles)
365365

366-
build_spark_unidoc_sbt(extra_profiles)
366+
if test_env != "amplab_jenkins":
367+
build_spark_unidoc_sbt(extra_profiles)
367368

368369

369370
def build_apache_spark(build_tool, extra_profiles):

0 commit comments

Comments
 (0)