Skip to content

Commit

Permalink
TEST: Fix test task invocation (#31657)
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear authored Jun 29, 2018
1 parent 915dcec commit 7a76e3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ mainClassName = 'org.elasticsearch.client.benchmark.BenchmarkMain'


// never try to invoke tests on the benchmark project - there aren't any
check.dependsOn.remove(test)
// explicitly override the test task too in case somebody invokes 'gradle test' so it won't trip
task test(type: Test, overwrite: true)
test.enabled = false

dependencies {
compile 'org.apache.commons:commons-math3:3.2'
Expand Down

0 comments on commit 7a76e3a

Please sign in to comment.