* 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:
parent
22ab389531
commit
90803a5caf
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue