Skip to content

Commit

Permalink
Ignore repository-hdfs integ tests in fips mode (elastic#106762)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Mar 26, 2024
1 parent 58ed093 commit ceb2701
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

import org.elasticsearch.gradle.internal.test.RestIntegTestTask
import org.elasticsearch.gradle.internal.info.BuildParams

apply plugin: 'elasticsearch.internal-java-rest-test'
apply plugin: 'elasticsearch.internal-yaml-rest-test'
Expand Down Expand Up @@ -81,6 +82,7 @@ tasks.named("dependencyLicenses").configure {

tasks.withType(RestIntegTestTask).configureEach {
usesDefaultDistribution()
BuildParams.withFipsEnabledOnly(it)
jvmArgs '--add-exports', 'java.security.jgss/sun.security.krb5=ALL-UNNAMED'
}

Expand Down

0 comments on commit ceb2701

Please sign in to comment.