Skip to content

Commit ebd743a

Browse files
authored
Mute flaky tests - S3RemoteStoreIT (#17642)
Signed-off-by: Ashish Singh <[email protected]>
1 parent 47d3655 commit ebd743a

File tree

1 file changed

+2
-0
lines changed
  • plugins/repository-s3/src/internalClusterTest/java/org/opensearch/repositories/s3

1 file changed

+2
-0
lines changed

plugins/repository-s3/src/internalClusterTest/java/org/opensearch/repositories/s3/S3RemoteStoreIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope;
1212

13+
import org.apache.lucene.tests.util.LuceneTestCase;
1314
import org.opensearch.action.admin.indices.delete.DeleteIndexRequest;
1415
import org.opensearch.common.SuppressForbidden;
1516
import org.opensearch.common.blobstore.BlobPath;
@@ -42,6 +43,7 @@
4243
import static org.opensearch.test.hamcrest.OpenSearchAssertions.assertAcked;
4344

4445
@ThreadLeakScope(ThreadLeakScope.Scope.NONE)
46+
@LuceneTestCase.AwaitsFix(bugUrl = "Flakiness seen for this class")
4547
public class S3RemoteStoreIT extends RemoteStoreCoreTestCase {
4648

4749
@Override

0 commit comments

Comments
 (0)