Browse Source

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

* 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
Armin Braun 6 years ago
parent
commit
359b1acce9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      x-pack/plugin/ml/qa/native-multi-node-tests/build.gradle

+ 0 - 4
x-pack/plugin/ml/qa/native-multi-node-tests/build.gradle

@@ -27,10 +27,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 {