Disable integTest when Docker is not available (#40585)
* Disable integTest when Docker is not available Resolves: #40549
This commit is contained in:
parent
49f18811c3
commit
8aca08bf52
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue