Skip to content

Commit

Permalink
Tests: Disable rolling upgrade tests with system key on fips JVM (ela…
Browse files Browse the repository at this point in the history
…stic#32775)

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 8f2f5f3 commit 6359387
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x-pack/qa/rolling-upgrade/with-system-key/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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
}
}

0 comments on commit 6359387

Please sign in to comment.