Skip to content

Commit

Permalink
Mute reindex integTest in FIPS (#40941)
Browse files Browse the repository at this point in the history
Relates: #40904
  • Loading branch information
jkakavas committed Apr 8, 2019
1 parent 80c7c0e commit a4cdfc0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/reindex/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ dependencies {
es090 'org.elasticsearch:elasticsearch:0.90.13@zip'
}

// Issue tracked in https://github.com/elastic/elasticsearch/issues/40904
if (project.inFipsJvm) {
integTest.enabled = false
}

if (Os.isFamily(Os.FAMILY_WINDOWS)) {
logger.warn("Disabling reindex-from-old tests because we can't get the pid file on windows")
integTest.runner {
Expand Down

0 comments on commit a4cdfc0

Please sign in to comment.