Skip to content

Commit 9198bcf

Browse files
authored
[Kerberos] Avoid vagrant update on precommit (#32416)
This commit avoids dependency during compile on copy keytab to be present in the generated sources so pre-commit does not stall for updating vagrant box. Closes#32387
1 parent 1628c83 commit 9198bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ integTestRunner {
121121
if (project.rootProject.vagrantSupported == false) {
122122
integTest.enabled = false
123123
} else {
124-
project.sourceSets.test.output.dir(generatedResources, builtBy: copyKeytabToGeneratedResources)
124+
project.sourceSets.test.output.dir(generatedResources)
125125
integTestCluster.dependsOn krb5AddPrincipals, krb5kdcFixture, copyKeytabToGeneratedResources
126126
integTest.finalizedBy project(':test:fixtures:krb5kdc-fixture').halt
127127
}

0 commit comments

Comments
 (0)