Skip to content

Commit

Permalink
Ensure remote-cluster cluster is available when configuring tasks usi…
Browse files Browse the repository at this point in the history
…ng it (elastic#78397)

Fixes elastic#78389

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
breskeby and elasticmachine authored Sep 29, 2021
1 parent a9ae313 commit 0a22326
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/multi-cluster-search/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0a22326

Please sign in to comment.