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 0c4c7ef commit 50dad7bCopy full SHA for 50dad7b
client/benchmark/build.gradle
@@ -46,8 +46,7 @@ mainClassName = 'org.elasticsearch.client.benchmark.BenchmarkMain'
46
47
48
// never try to invoke tests on the benchmark project - there aren't any
49
-check.dependsOn.remove(test)
50
-tasks.remove(test)
+test.enabled = false
51
52
dependencies {
53
compile 'org.apache.commons:commons-math3:3.2'
0 commit comments