disable kerberos test until kerberos fixture is working again

This commit is contained in:
Ryan Ernst 2019-03-29 13:24:08 -07:00
parent cbe7d335ff
commit a0e3af80ff
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ apply plugin: 'elasticsearch.test.fixtures'
testFixtures.useFixture ":test:fixtures:krb5kdc-fixture"
// https://github.com/elastic/elasticsearch/issues/40624
integTest.enabled = false
dependencies {
testCompile "org.elasticsearch.plugin:x-pack-core:${version}"
testCompile project(path: xpackModule('core'), configuration: 'testArtifacts')