Skip to content

Commit

Permalink
Mute AzureStorageCleanupThirdPartyTests.testReadFromPositionWithLength (
Browse files Browse the repository at this point in the history
#108137)

Related to #107720
  • Loading branch information
kkrik-es authored May 1, 2024
1 parent d7d315e commit 8a38d77
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ public void testCleanup() throws Exception {
super.testCleanup();
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/107720")
@Override
public void testReadFromPositionWithLength() {
super.testReadFromPositionWithLength();
}

@Override
protected Collection<Class<? extends Plugin>> getPlugins() {
return pluginList(AzureRepositoryPlugin.class);
Expand Down

0 comments on commit 8a38d77

Please sign in to comment.