Skip to content

Commit 6f518d4

Browse files
authored
Remove unnecessary test overrides (#114291)
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 10f6f25 commit 6f518d4

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
@@ -60,31 +60,6 @@ public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyReposi
6060
AzureHttpFixture.sharedKeyForAccountPredicate(AZURE_ACCOUNT)
6161
);
6262

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

0 commit comments

Comments
 (0)