Skip to content

Commit b2792a9

Browse files
authored
Remove unnecessary test overrides (#114291) (#114316)
These test overrides were introduced so that we had somewhere to hang an `@AwaitsFix` annotation, but now the tests are unmuted again there's no need for the overrides. Relates #108336
1 parent 215d7c0 commit b2792a9

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -59,31 +59,6 @@ public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyReposi
5959
AzureHttpFixture.sharedKeyForAccountPredicate(AZURE_ACCOUNT)
6060
);
6161

62-
@Override
63-
public void testCreateSnapshot() {
64-
super.testCreateSnapshot();
65-
}
66-
67-
@Override
68-
public void testIndexLatest() throws Exception {
69-
super.testIndexLatest();
70-
}
71-
72-
@Override
73-
public void testListChildren() {
74-
super.testListChildren();
75-
}
76-
77-
@Override
78-
public void testCleanup() throws Exception {
79-
super.testCleanup();
80-
}
81-
82-
@Override
83-
public void testReadFromPositionWithLength() {
84-
super.testReadFromPositionWithLength();
85-
}
86-
8762
@Override
8863
protected Collection<Class<? extends Plugin>> getPlugins() {
8964
return pluginList(AzureRepositoryPlugin.class);

0 commit comments

Comments
 (0)