Skip to content

Commit dee5186

Browse files
committed
Mute ArchiveTests#test41AutoconfigurationNotTriggeredWhenNodeCannotContainData
1 parent 9eb4dd2 commit dee5186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/packaging/src/test/java/org/elasticsearch/packaging/test/ArchiveTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ public void test40AutoconfigurationNotTriggeredWhenNodeIsMeantToJoinExistingClus
124124
FileUtils.rm(installation.data);
125125
}
126126

127+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/116299")
127128
public void test41AutoconfigurationNotTriggeredWhenNodeCannotContainData() throws Exception {
128129
// auto-config requires that the archive owner and the process user be the same
129130
Platforms.onWindows(() -> sh.chown(installation.config, installation.getOwner()));

0 commit comments

Comments
 (0)