From e7db3b20d42a0e8472feb1dbb627ae29e252f6d3 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Thu, 18 Jul 2019 14:51:42 +0300 Subject: [PATCH] mute EvilSecurityTests tracking in #44558 --- .../test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/evil-tests/src/test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java b/qa/evil-tests/src/test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java index 15dea1adef7b5..1c34e07529a98 100644 --- a/qa/evil-tests/src/test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java +++ b/qa/evil-tests/src/test/java/org/elasticsearch/bootstrap/EvilSecurityTests.java @@ -136,6 +136,7 @@ public void testEnvironmentPaths() throws Exception { } public void testDuplicateDataPaths() throws IOException { + assumeFalse("https://github.com/elastic/elasticsearch/issues/44558", Constants.WINDOWS); final Path path = createTempDir(); final Path home = path.resolve("home"); final Path data = path.resolve("data");