We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6bf75 commit 597ed28Copy full SHA for 597ed28
x-pack/plugin/security/cli/src/test/java/org/elasticsearch/xpack/security/cli/TestSuiteCannotBeEmptyTests.java
@@ -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