Reenable Integ Tests in native-multi-node-tests (#45482) (#45496)

* Reenable Integ Tests in native-multi-node-tests

* The tests broken here were likely fixed by #45463 => let's reenable them and see if things run fine again
* Relates #45405, #45455
This commit is contained in:
Armin Braun 2019-08-13 15:55:54 +02:00 committed by GitHub
parent 22ab389531
commit 90803a5caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -24,10 +24,6 @@ task copyKeyCerts(type: Copy) {
sourceSets.test.resources.srcDir(keystoreDir)
processTestResources.dependsOn(copyKeyCerts)
// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
integTest.enabled = false
testingConventions.enabled = false
integTest {
dependsOn copyKeyCerts
runner {