Skip to content

Commit

Permalink
[TEST] Add empty test case for FIPS
Browse files Browse the repository at this point in the history
All other tests in security:cli are skipped on FIPS JVMs
  • Loading branch information
tvernum committed Aug 8, 2018
1 parent 6a7d5bc commit 4cbcc1d
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/

package org.elasticsearch.xpack.security.cli;

import org.elasticsearch.test.ESTestCase;

public class TestSuiteCannotBeEmptyTests extends ESTestCase {

public void testIsHereSoThisSuiteIsNonEmpty() {
// This is needed on a FIPS JVM as the rest of the suite is skipped
}
}

0 comments on commit 4cbcc1d

Please sign in to comment.