Skip to content

Commit f813b2c

Browse files
author
Yogesh Gaikwad
committed
disable kerberos fixture and tests
1 parent ea8ae4f commit f813b2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/fixtures/krb5kdc-fixture/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ postProcessFixture {
4747
}
4848
}
4949

50-
buildFixture.enabled = true
50+
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40678")
51+
buildFixture.enabled = false
5152

5253
project.ext.krb5Conf = { service -> file("$buildDir/shared/${service}/krb5.conf") }
5354
project.ext.krb5Keytabs = { service, fileName -> file("$buildDir/shared/${service}/keytabs/${fileName}") }

x-pack/qa/kerberos-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'elasticsearch.test.fixtures'
88

99
testFixtures.useFixture ":test:fixtures:krb5kdc-fixture"
1010

11-
// https://github.com/elastic/elasticsearch/issues/40678
11+
// AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40678")
1212
integTest.enabled = false
1313

1414
dependencies {

0 commit comments

Comments
 (0)