mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Ensure remote-cluster cluster is available when configuring tasks using it (#78397)
Fixes #78389 Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
a9ae3136eb
commit
0a2232694d
1 changed files with 3 additions and 0 deletions
|
@ -12,10 +12,13 @@ apply plugin: 'elasticsearch.internal-testclusters'
|
|||
apply plugin: 'elasticsearch.standalone-rest-test'
|
||||
apply plugin: 'elasticsearch.rest-resources'
|
||||
|
||||
|
||||
dependencies {
|
||||
testImplementation project(":client:rest-high-level")
|
||||
}
|
||||
|
||||
testClusters.register('remote-cluster')
|
||||
|
||||
tasks.register('remote-cluster', RestIntegTestTask) {
|
||||
mustRunAfter("precommit")
|
||||
systemProperty 'tests.rest.suite', 'remote_cluster'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue