Skip to content

Commit 7b823ea

Browse files
committed
Remove ban on StandaloneRestIntegTestTask in release
1 parent e06168a commit 7b823ea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

x-pack/plugin/async-search/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
2-
31
apply plugin: 'elasticsearch.internal-es-plugin'
42
apply plugin: 'elasticsearch.internal-cluster-test'
53
apply plugin: 'elasticsearch.internal-java-rest-test'
@@ -36,8 +34,3 @@ restResources {
3634
include '_common', 'indices', 'index', 'async_search'
3735
}
3836
}
39-
40-
tasks.withType(StandaloneRestIntegTestTask).configureEach {
41-
def isSnapshot = buildParams.snapshotBuild
42-
it.onlyIf("snapshot build") { isSnapshot }
43-
}

0 commit comments

Comments
 (0)