Skip to content

Commit a42ded9

Browse files
committed
Reenable azure repository tests and lower down max error per request
1 parent 49c2538 commit a42ded9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

plugins/repository-azure/src/test/java/org/elasticsearch/repositories/azure/AzureBlobStoreRepositoryTests.java

+1-7
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected Map<String, HttpHandler> createHttpHandlers() {
8282

8383
@Override
8484
protected HttpHandler createErroneousHttpHandler(final HttpHandler delegate) {
85-
return new AzureErroneousHttpHandler(delegate, randomIntBetween(2, 3));
85+
return new AzureErroneousHttpHandler(delegate, 2);
8686
}
8787

8888
@Override
@@ -265,10 +265,4 @@ protected String requestUniqueId(final HttpExchange exchange) {
265265
+ (range != null ? " " + range : "");
266266
}
267267
}
268-
269-
@Override
270-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/47948")
271-
public void testIndicesDeletedFromRepository() throws Exception {
272-
273-
}
274268
}

0 commit comments

Comments
 (0)