Mute reindex integTest in FIPS (#40941)

Relates: #40904
This commit is contained in:
Ioannis Kakavas 2019-04-08 13:10:53 +03:00 committed by Ioannis Kakavas
parent 84a410d5a8
commit c9ff630a12
1 changed files with 5 additions and 0 deletions

View File

@ -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 {