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 e06168a commit 7b823eaCopy full SHA for 7b823ea
x-pack/plugin/async-search/build.gradle
@@ -1,5 +1,3 @@
1
-import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
2
-
3
apply plugin: 'elasticsearch.internal-es-plugin'
4
apply plugin: 'elasticsearch.internal-cluster-test'
5
apply plugin: 'elasticsearch.internal-java-rest-test'
@@ -36,8 +34,3 @@ restResources {
36
34
include '_common', 'indices', 'index', 'async_search'
37
35
}
38
39
40
-tasks.withType(StandaloneRestIntegTestTask).configureEach {
41
- def isSnapshot = buildParams.snapshotBuild
42
- it.onlyIf("snapshot build") { isSnapshot }
43
-}
0 commit comments