Skip to content

Commit

Permalink
mute test #32737
Browse files Browse the repository at this point in the history
  • Loading branch information
alpar-t committed Aug 9, 2018
1 parent 456999a commit ccd99bb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions x-pack/qa/full-cluster-restart/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 ccd99bb

Please sign in to comment.