Skip to content

Commit 0a22326

Browse files
Ensure remote-cluster cluster is available when configuring tasks using it (#78397)
Fixes #78389 Co-authored-by: Elastic Machine <[email protected]>
1 parent a9ae313 commit 0a22326

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

qa/multi-cluster-search/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ apply plugin: 'elasticsearch.internal-testclusters'
1212
apply plugin: 'elasticsearch.standalone-rest-test'
1313
apply plugin: 'elasticsearch.rest-resources'
1414

15+
1516
dependencies {
1617
testImplementation project(":client:rest-high-level")
1718
}
1819

20+
testClusters.register('remote-cluster')
21+
1922
tasks.register('remote-cluster', RestIntegTestTask) {
2023
mustRunAfter("precommit")
2124
systemProperty 'tests.rest.suite', 'remote_cluster'

0 commit comments

Comments
 (0)