Skip to content

Commit e7db3b2

Browse files
committed
mute EvilSecurityTests
tracking in #44558
1 parent 6009181 commit e7db3b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/evil-tests/src/test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public void testEnvironmentPaths() throws Exception {
136136
}
137137

138138
public void testDuplicateDataPaths() throws IOException {
139+
assumeFalse("https://github.com/elastic/elasticsearch/issues/44558", Constants.WINDOWS);
139140
final Path path = createTempDir();
140141
final Path home = path.resolve("home");
141142
final Path data = path.resolve("data");

0 commit comments

Comments
 (0)