We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ae313 commit 0a22326Copy full SHA for 0a22326
qa/multi-cluster-search/build.gradle
@@ -12,10 +12,13 @@ apply plugin: 'elasticsearch.internal-testclusters'
12
apply plugin: 'elasticsearch.standalone-rest-test'
13
apply plugin: 'elasticsearch.rest-resources'
14
15
+
16
dependencies {
17
testImplementation project(":client:rest-high-level")
18
}
19
20
+testClusters.register('remote-cluster')
21
22
tasks.register('remote-cluster', RestIntegTestTask) {
23
mustRunAfter("precommit")
24
systemProperty 'tests.rest.suite', 'remote_cluster'
0 commit comments