mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user