Skip to content

Commit

Permalink
Tests: Disable rolling upgrade tests with system key on fips JVM
Browse files Browse the repository at this point in the history
This disables the x-pack rolling upgrade tests using a fips JVM, as
there are problems creating the keystore.

Relates elastic#32737
  • Loading branch information
spinscale committed Aug 10, 2018
1 parent 9561a0a commit 8e58cc0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions x-pack/qa/rolling-upgrade/with-system-key/build.gradle
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
import org.elasticsearch.gradle.test.RestIntegTestTask

// Skip test on FIPS FIXME https://github.com/elastic/elasticsearch/issues/32737
if (project.inFipsJvm) {
tasks.withType(RestIntegTestTask) {
enabled = false
}
}

group = "${group}.x-pack.qa.rolling-upgrade.with-system-key"

0 comments on commit 8e58cc0

Please sign in to comment.