Skip to content

Commit 6df258b

Browse files
authored
[Fix] Disable ExtraFS in JvmOptionsParserTests (#133315 )
1 parent 62c31de commit 6df258b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli/JvmOptionsParserTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
package org.elasticsearch.server.cli;
1111

12+
import org.apache.lucene.tests.util.LuceneTestCase;
1213
import org.elasticsearch.common.settings.Settings;
1314
import org.elasticsearch.common.util.concurrent.EsExecutors;
1415
import org.elasticsearch.core.IOUtils;
@@ -41,6 +42,7 @@
4142
import static org.hamcrest.Matchers.hasSize;
4243
import static org.hamcrest.Matchers.not;
4344

45+
@LuceneTestCase.SuppressFileSystems("ExtrasFS")
4446
public class JvmOptionsParserTests extends ESTestCase {
4547

4648
private static Map<String, String> testSysprops;

0 commit comments

Comments
 (0)