Skip to content

Commit 597ed28

Browse files
committed
[TEST] Add empty test case for FIPS
All other tests in security:cli are skipped on FIPS JVMs
1 parent 9e6bf75 commit 597ed28

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the Elastic License;
4+
* you may not use this file except in compliance with the Elastic License.
5+
*/
6+
7+
package org.elasticsearch.xpack.security.cli;
8+
9+
import org.elasticsearch.test.ESTestCase;
10+
11+
public class TestSuiteCannotBeEmptyTests extends ESTestCase {
12+
13+
public void testIsHereSoThisSuiteIsNonEmpty() {
14+
// This is needed on a FIPS JVM as the rest of the suite is skipped
15+
}
16+
}

0 commit comments

Comments
 (0)