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 62c31de commit 6df258bCopy full SHA for 6df258b
distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli/JvmOptionsParserTests.java
@@ -9,6 +9,7 @@
9
10
package org.elasticsearch.server.cli;
11
12
+import org.apache.lucene.tests.util.LuceneTestCase;
13
import org.elasticsearch.common.settings.Settings;
14
import org.elasticsearch.common.util.concurrent.EsExecutors;
15
import org.elasticsearch.core.IOUtils;
@@ -41,6 +42,7 @@
41
42
import static org.hamcrest.Matchers.hasSize;
43
import static org.hamcrest.Matchers.not;
44
45
+@LuceneTestCase.SuppressFileSystems("ExtrasFS")
46
public class JvmOptionsParserTests extends ESTestCase {
47
48
private static Map<String, String> testSysprops;
0 commit comments