Skip to content

Commit

Permalink
[WIP][SPARK-XXX][TESTS] Disable SBT unidoc testing in Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Jul 6, 2020
1 parent 3fe3365 commit d414e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def build_spark_assembly_sbt(extra_profiles, checkstyle=False):
if checkstyle:
run_java_style_checks(build_profiles)

build_spark_unidoc_sbt(extra_profiles)
if test_env != "amplab_jenkins":
build_spark_unidoc_sbt(extra_profiles)


def build_apache_spark(build_tool, extra_profiles):
Expand Down

0 comments on commit d414e01

Please sign in to comment.