We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7288ec commit d20834dCopy full SHA for d20834d
plugins/repository-hdfs/build.gradle
@@ -180,7 +180,7 @@ if (fixtureSupported) {
180
}
181
182
// Create a Integration Test suite just for security based tests
183
-if (secureFixtureSupported) {
+if (secureFixtureSupported && false) { // This fails due to a vagrant configuration issue - remove the false check to re-enable
184
// This must execute before the afterEvaluate block from integTestSecure
185
project.afterEvaluate {
186
Path elasticsearchKT = project(':test:fixtures:krb5kdc-fixture').buildDir.toPath().resolve("keytabs").resolve("elasticsearch.keytab").toAbsolutePath()
0 commit comments