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)

Signed-off-by: bansvaru <bansvaru@amazon.com>
  • Loading branch information
linuxpi committed Jul 24, 2023
1 parent 7769682 commit a29521e
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 a29521e

Please sign in to comment.