We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb4dd2 commit dee5186Copy full SHA for dee5186
qa/packaging/src/test/java/org/elasticsearch/packaging/test/ArchiveTests.java
@@ -124,6 +124,7 @@ public void test40AutoconfigurationNotTriggeredWhenNodeIsMeantToJoinExistingClus
124
FileUtils.rm(installation.data);
125
}
126
127
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116299")
128
public void test41AutoconfigurationNotTriggeredWhenNodeCannotContainData() throws Exception {
129
// auto-config requires that the archive owner and the process user be the same
130
Platforms.onWindows(() -> sh.chown(installation.config, installation.getOwner()));
0 commit comments