Skip to content

Commit

Permalink
Mute security-cli tests in FIPS JVM (#32812)
Browse files Browse the repository at this point in the history
All Unit tests in this module are muted in FIPS 140 JVMs and
 as such the CI run fails. This commit disables test task for the
module in a  FIPS JVM and reverts adding a dummy test in
4cbcc1.
  • Loading branch information
jkakavas committed Aug 13, 2018
1 parent 52e6fdf commit 4fa1d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
7 changes: 6 additions & 1 deletion x-pack/plugin/security/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ dependencies {

dependencyLicenses {
mapping from: /bc.*/, to: 'bouncycastle'
}
}

if (inFipsJvm) {
test.enabled = false
}

This file was deleted.

0 comments on commit 4fa1d0e

Please sign in to comment.