Skip to content

Commit

Permalink
mute EvilSecurityTests
Browse files Browse the repository at this point in the history
tracking in #44558
  • Loading branch information
alpar-t committed Jul 18, 2019
1 parent 6009181 commit e7db3b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit e7db3b2

Please sign in to comment.