disable integration tests for marvel

See elastic/elasticsearch#314

Original commit: elastic/x-pack-elasticsearch@5e5811853d
This commit is contained in:
jaymode 2015-07-21 13:06:32 -04:00
parent a676a1199f
commit 89fa3d5a59

View File

@ -17,6 +17,8 @@
<properties> <properties>
<elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile> <elasticsearch.integ.antfile>dev-tools/integration-tests.xml</elasticsearch.integ.antfile>
<!-- FIXME add a integration test -->
<skip.integ.tests>true</skip.integ.tests>
</properties> </properties>
<dependencies> <dependencies>