File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/fixtures/krb5kdc-fixture Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ postProcessFixture {
47
47
}
48
48
}
49
49
50
- buildFixture. enabled = true
50
+ // AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40678")
51
+ buildFixture. enabled = false
51
52
52
53
project. ext. krb5Conf = { service -> file(" $buildDir /shared/${ service} /krb5.conf" ) }
53
54
project. ext. krb5Keytabs = { service , fileName -> file(" $buildDir /shared/${ service} /keytabs/${ fileName} " ) }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ apply plugin: 'elasticsearch.test.fixtures'
8
8
9
9
testFixtures. useFixture " :test:fixtures:krb5kdc-fixture"
10
10
11
- // https://github.com/elastic/elasticsearch/issues/40678
11
+ // AwaitsFix(bugUrl = " https://github.com/elastic/elasticsearch/issues/40678")
12
12
integTest. enabled = false
13
13
14
14
dependencies {
You can’t perform that action at this time.
0 commit comments