Skip to content

Commit

Permalink
Mute ArchiveTests#test41AutoconfigurationNotTriggeredWhenNodeCannotCo…
Browse files Browse the repository at this point in the history
…ntainData
  • Loading branch information
pxsalehi committed Nov 6, 2024
1 parent 9eb4dd2 commit dee5186
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public void test40AutoconfigurationNotTriggeredWhenNodeIsMeantToJoinExistingClus
FileUtils.rm(installation.data);
}

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

0 comments on commit dee5186

Please sign in to comment.