parent
84a410d5a8
commit
c9ff630a12
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue