Skip to content

Commit ba561fc

Browse files
authored
[8.18][Fix] Disable ExtraFS in JvmOptionsParserTests (#133315) (#135888)
* [Fix] Disable ExtraFS in JvmOptionsParserTests (#133315) * [Fix] Disable ExtraFS in JvmOptionsParserTests (#133315)
1 parent c131000 commit ba561fc

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.SuppressFileSystems;
1213
import org.elasticsearch.common.settings.Settings;
1314
import org.elasticsearch.common.util.concurrent.EsExecutors;
1415
import org.elasticsearch.core.IOUtils;
@@ -43,6 +44,7 @@
4344
import static org.hamcrest.Matchers.not;
4445

4546
@WithoutSecurityManager
47+
@SuppressFileSystems("ExtrasFS")
4648
public class JvmOptionsParserTests extends ESTestCase {
4749

4850
private static final Map<String, String> TEST_SYSPROPS = Map.of("os.name", "Linux", "os.arch", "aarch64");

0 commit comments

Comments
 (0)