Skip to content

Commit

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

This reverts commit e497173.
  • Loading branch information
jkakavas committed Aug 16, 2018
1 parent bbfd15e commit 89f73cc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions x-pack/qa/rolling-upgrade/with-system-key/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
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 89f73cc

Please sign in to comment.