Skip to content

Commit

Permalink
Disable integTest when Docker is not available (#40585)
Browse files Browse the repository at this point in the history
* Disable integTest when Docker is not available

Resolves: #40549
  • Loading branch information
jkakavas committed Mar 29, 2019
1 parent a497aba commit 0b24e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/qa/saml-idp-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ task setupPorts {
idpMetaFile.write(content.toString(), "UTF-8")
}
}
// Don't attempt to get ephemeral ports when Docker is not available
setupPorts.onlyIf { idpFixtureProject.postProcessFixture.enabled }

integTestCluster.dependsOn setupPorts

integTestCluster {
Expand Down

0 comments on commit 0b24e11

Please sign in to comment.