Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <penghuo@gmail.com>
  • Loading branch information
penghuo committed Feb 21, 2023
1 parent f8d20b0 commit 915e0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doctest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ clean.doLast {
file("$projectDir/bin/${SPARK_BINARY}.tgz").delete()
}

//stopPrometheus.mustRunAfter startPrometheus
stopPrometheus.mustRunAfter startPrometheus
doctest.dependsOn startOpenSearch
//startOpenSearch.dependsOn startPrometheus
startOpenSearch.dependsOn startPrometheus
doctest.finalizedBy stopOpenSearch
//stopOpenSearch.finalizedBy stopPrometheus
stopOpenSearch.finalizedBy stopPrometheus
check.dependsOn doctest
clean.dependsOn(cleanBootstrap)

Expand Down

0 comments on commit 915e0a0

Please sign in to comment.