disable kerberos test until kerberos fixture is working again
This commit is contained in:
parent
cbe7d335ff
commit
a0e3af80ff
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue