Skip to content

Commit 2584464

Browse files
Remove duplicate path.repo setting in AbstractIndexCompatibilityTestCase (elastic#138264)
1 parent d85ae7d commit 2584464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qa/lucene-index-compatibility/src/javaRestTest/java/org/elasticsearch/lucene/AbstractIndexCompatibilityTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public abstract class AbstractIndexCompatibilityTestCase extends ESRestTestCase
7777
.setting("path.repo", () -> REPOSITORY_PATH.getRoot().getPath())
7878
.setting("xpack.security.enabled", "false")
7979
.setting("xpack.ml.enabled", "false")
80-
.setting("path.repo", () -> REPOSITORY_PATH.getRoot().getPath())
8180
.apply(() -> clusterConfig)
8281
.build();
8382

0 commit comments

Comments
 (0)