Skip to content

Commit d20834d

Browse files
[TEST] Temporarily disable the secure fixture for hdfs tests (#24643)
This keeps failing the build so I am temporarily disabling it until #24636 gets merged.
1 parent c7288ec commit d20834d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/repository-hdfs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ if (fixtureSupported) {
180180
}
181181

182182
// Create a Integration Test suite just for security based tests
183-
if (secureFixtureSupported) {
183+
if (secureFixtureSupported && false) { // This fails due to a vagrant configuration issue - remove the false check to re-enable
184184
// This must execute before the afterEvaluate block from integTestSecure
185185
project.afterEvaluate {
186186
Path elasticsearchKT = project(':test:fixtures:krb5kdc-fixture').buildDir.toPath().resolve("keytabs").resolve("elasticsearch.keytab").toAbsolutePath()

0 commit comments

Comments
 (0)