Skip to content

Commit

Permalink
Mute SearchableSnapshotsBlobStoreCacheIntegTests
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 27, 2021
1 parent 3eee322 commit 272b76b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.elasticsearch.xpack.searchablesnapshots.cache.blob;

import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.action.admin.indices.forcemerge.ForceMergeResponse;
import org.elasticsearch.action.admin.indices.refresh.RefreshResponse;
import org.elasticsearch.action.index.IndexRequestBuilder;
Expand Down Expand Up @@ -65,6 +66,7 @@
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.greaterThan;

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/79896")
public class SearchableSnapshotsBlobStoreCacheIntegTests extends BaseFrozenSearchableSnapshotsIntegTestCase {

private static Settings cacheSettings = null;
Expand Down

0 comments on commit 272b76b

Please sign in to comment.