Skip to content

Commit

Permalink
Revert "[Elastic-Agent] Temporary disable the macOS job on the Elasti…
Browse files Browse the repository at this point in the history
…c-Agent (elastic#17795) (elastic#17804)" (elastic#17877)

This reverts commit 8040781.
  • Loading branch information
ph authored Apr 22, 2020
1 parent 1d4b29d commit 448f345
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,7 @@ pipeline {
when {
beforeAgent true
expression {
/**
* Disable macOS test until it's fixed for the Elastic Agent.
*/
return env.BUILD_ELASTIC_AGENT_XPACK != "false" && params.macosTest && true == false
return env.BUILD_ELASTIC_AGENT_XPACK != "false" && params.macosTest
}
}
steps {
Expand Down

0 comments on commit 448f345

Please sign in to comment.