Disable integ test until we fix it to install license-plugin

Original commit: elastic/x-pack-elasticsearch@25f5d96b71
This commit is contained in:
Robert Muir 2015-07-08 03:23:49 -04:00
parent e09806e21e
commit 1d0d30538d
1 changed files with 2 additions and 0 deletions

View File

@ -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>