Skip to content

Commit

Permalink
Disable TestingConventions Check in Reindex Module
Browse files Browse the repository at this point in the history
* This is currently failing with:

```
Test classes are not included in any enabled task (:modules:reindex:test):
  * org.elasticsearch.client.documentation.ReindexDocumentationIT
  * org.elasticsearch.index.reindex.ManyDocumentsIT
  * org.elasticsearch.index.reindex.ReindexClientYamlTestSuiteIT
  * org.elasticsearch.index.reindex.ReindexWithoutContentIT
  * org.elasticsearch.index.reindex.remote.ReindexFromOldRemoteIT
```

* Same fix as in elastic#38546
  • Loading branch information
original-brownbear committed Apr 11, 2019
1 parent 5a44cab commit ca43499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/reindex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ dependencies {

// Issue tracked in https://github.com/elastic/elasticsearch/issues/40904
if (project.inFipsJvm) {
testingConventions.enabled = false
integTest.enabled = false
}

Expand Down

0 comments on commit ca43499

Please sign in to comment.