Fix build failure due to unknown task and disable test conventions
(cherry picked from commit 8ed84bc5cef9bcfae6c817059f764d97e4451a4a)
This commit is contained in:
parent
250544c4eb
commit
7e3379444b
|
@ -26,6 +26,7 @@ processTestResources.dependsOn(copyKeyCerts)
|
||||||
|
|
||||||
// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
|
// Disabled and tracked here https://github.com/elastic/elasticsearch/issues/45405
|
||||||
integTest.enabled = false
|
integTest.enabled = false
|
||||||
|
testingConventions.enabled = false
|
||||||
|
|
||||||
integTest {
|
integTest {
|
||||||
dependsOn copyKeyCerts
|
dependsOn copyKeyCerts
|
||||||
|
|
Loading…
Reference in New Issue