Skip to content

Commit

Permalink
Fix flaky test - org.opensearch.repositories.blobstore.BlobStoreRepos…
Browse files Browse the repository at this point in the history
…itoryTests (#8835) (#8837)

(cherry picked from commit a29521e)

Signed-off-by: bansvaru <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 91398c3 commit fd1bd7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

package org.opensearch.repositories.blobstore;

import org.apache.lucene.tests.util.LuceneTestCase;
import org.opensearch.Version;
import org.opensearch.action.admin.cluster.repositories.get.GetRepositoriesResponse;
import org.opensearch.action.admin.cluster.snapshots.create.CreateSnapshotResponse;
Expand Down Expand Up @@ -90,6 +91,7 @@
/**
* Tests for the {@link BlobStoreRepository} and its subclasses.
*/
@LuceneTestCase.SuppressFileSystems("ExtrasFS")
public class BlobStoreRepositoryTests extends OpenSearchSingleNodeTestCase {

static final String REPO_TYPE = "fsLike";
Expand Down

0 comments on commit fd1bd7a

Please sign in to comment.