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 c8e4c35 commit 7aa2ea6Copy full SHA for 7aa2ea6
test/external-modules/error-query/build.gradle
@@ -12,16 +12,13 @@ apply plugin: 'elasticsearch.internal-java-rest-test'
12
13
tasks.named('javaRestTest') {
14
usesDefaultDistribution()
15
- it.onlyIf("snapshot build") { buildParams.isSnapshotBuild() }
+ it.onlyIf("snapshot build") { buildParams.snapshotBuild }
16
}
17
18
tasks.named('yamlRestTest').configure {
19
it.onlyIf("snapshot build") { buildParams.snapshotBuild }
20
21
22
-dependencies {
23
- api project(':test:framework')
24
-}
25
esplugin {
26
description = 'A test module that exposes a way to simulate search shard failures and warnings'
27
classname ='org.elasticsearch.test.errorquery.ErrorQueryPlugin'
0 commit comments