Skip to content

Commit a29521e

Browse files
authored
Fix flaky test - org.opensearch.repositories.blobstore.BlobStoreRepositoryTests (#8835)
Signed-off-by: bansvaru <[email protected]>
1 parent 7769682 commit a29521e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/test/java/org/opensearch/repositories/blobstore/BlobStoreRepositoryTests.java

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

3333
package org.opensearch.repositories.blobstore;
3434

35+
import org.apache.lucene.tests.util.LuceneTestCase;
3536
import org.opensearch.Version;
3637
import org.opensearch.action.admin.cluster.repositories.get.GetRepositoriesResponse;
3738
import org.opensearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
@@ -90,6 +91,7 @@
9091
/**
9192
* Tests for the {@link BlobStoreRepository} and its subclasses.
9293
*/
94+
@LuceneTestCase.SuppressFileSystems("ExtrasFS")
9395
public class BlobStoreRepositoryTests extends OpenSearchSingleNodeTestCase {
9496

9597
static final String REPO_TYPE = "fsLike";

0 commit comments

Comments
 (0)