Skip to content

Commit 50dad7b

Browse files
TEST: Fix test task invocation
1 parent 0c4c7ef commit 50dad7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/benchmark/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ mainClassName = 'org.elasticsearch.client.benchmark.BenchmarkMain'
4646

4747

4848
// never try to invoke tests on the benchmark project - there aren't any
49-
check.dependsOn.remove(test)
50-
tasks.remove(test)
49+
test.enabled = false
5150

5251
dependencies {
5352
compile 'org.apache.commons:commons-math3:3.2'

0 commit comments

Comments
 (0)