Disable integ test until we fix it to install license-plugin
Original commit: elastic/x-pack-elasticsearch@25f5d96b71
This commit is contained in:
parent
e09806e21e
commit
1d0d30538d
2
pom.xml
2
pom.xml
|
@ -47,6 +47,8 @@
|
|||
</repositories>
|
||||
|
||||
<properties>
|
||||
<!-- TODO: enable these once we add logic to install license plugin -->
|
||||
<skip.integ.tests>true</skip.integ.tests>
|
||||
<elasticsearch.license.header>dev-tools/elasticsearch_license_header.txt</elasticsearch.license.header>
|
||||
<elasticsearch.license.headerDefinition>dev-tools/license_header_definition.xml</elasticsearch.license.headerDefinition>
|
||||
<license.plugin.version>2.0.0-SNAPSHOT</license.plugin.version>
|
||||
|
|
Loading…
Reference in New Issue