Skip to content

Commit e9de7fc

Browse files
committed
Reinstate integ tests base class and mute failing suite
1 parent cecb2d5 commit e9de7fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import com.sun.net.httpserver.HttpExchange;
1313
import com.sun.net.httpserver.HttpHandler;
1414

15+
import org.apache.lucene.tests.util.LuceneTestCase;
1516
import org.elasticsearch.cluster.node.DiscoveryNode;
1617
import org.elasticsearch.common.blobstore.BlobContainer;
1718
import org.elasticsearch.common.blobstore.BlobPath;
@@ -68,6 +69,7 @@
6869
@SuppressForbidden(reason = "this test uses a HttpServer to emulate an S3 endpoint")
6970
// Need to set up a new cluster for each test because cluster settings use randomized authentication settings
7071
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
72+
@LuceneTestCase.AwaitsFix(bugUrl = "TODO NOMERGE")
7173
public class S3BlobStoreRepositoryMetricsTests extends S3BlobStoreRepositoryTests {
7274

7375
private static final S3ErrorResponse S3_SLOW_DOWN_RESPONSE = new S3ErrorResponse(SERVICE_UNAVAILABLE, """

test/framework/src/main/java/org/elasticsearch/repositories/blobstore/ESBlobStoreRepositoryIntegTestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
package org.elasticsearch.repositories.blobstore;
1010

1111
import org.apache.lucene.tests.mockfile.ExtrasFS;
12-
import org.apache.lucene.tests.util.LuceneTestCase;
1312
import org.apache.lucene.util.BytesRef;
1413
import org.apache.lucene.util.BytesRefBuilder;
1514
import org.apache.lucene.util.SetOnce;
@@ -78,7 +77,6 @@
7877
/**
7978
* Integration tests for {@link BlobStoreRepository} implementations.
8079
*/
81-
@LuceneTestCase.AwaitsFix(bugUrl = "TODO NOMERGE")
8280
public abstract class ESBlobStoreRepositoryIntegTestCase extends ESIntegTestCase {
8381

8482
public static RepositoryData getRepositoryData(Repository repository) {

0 commit comments

Comments
 (0)