Skip to content

Commit

Permalink
Mute security-cli tests in FIPS JVM (elastic#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 authored Aug 13, 2018
1 parent d412230 commit 06758f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugin/security/cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ dependencies {
dependencyLicenses {
mapping from: /bc.*/, to: 'bouncycastle'
}

if (inFipsJvm) {
test.enabled = false
}

This file was deleted.

0 comments on commit 06758f5

Please sign in to comment.