Skip to content

Commit e32a70a

Browse files
authored
Unmute S3BlobStoreRepositoryTests#testMetrics (#114129)
We're awaiting more information about failures of this test, so we need to actually run it occasionally... Relates #101608
1 parent 16fb3cc commit e32a70a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/repository-s3/src/internalClusterTest/java/org/elasticsearch/repositories/s3/S3BlobStoreRepositoryTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ public void testAbortRequestStats() throws Exception {
235235
}
236236

237237
@TestIssueLogging(issueUrl = "https://github.com/elastic/elasticsearch/issues/101608", value = "com.amazonaws.request:DEBUG")
238-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/101608")
239238
public void testMetrics() throws Exception {
240239
// Create the repository and perform some activities
241240
final String repository = createRepository(randomRepositoryName(), false);

0 commit comments

Comments
 (0)