Skip to content

Commit

Permalink
Mute all tests in SearchableSnapshotsIntegTests (#69336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywelsch authored and mark-vieira committed Feb 22, 2021
1 parent f011c54 commit ac583bb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import com.carrotsearch.hppc.cursors.ObjectCursor;
import org.apache.lucene.search.TotalHits;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.ResourceNotFoundException;
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
Expand Down Expand Up @@ -110,6 +111,7 @@
import static org.hamcrest.Matchers.oneOf;
import static org.hamcrest.Matchers.sameInstance;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69336")
public class SearchableSnapshotsIntegTests extends BaseSearchableSnapshotsIntegTestCase {

public void testCreateAndRestoreSearchableSnapshot() throws Exception {
Expand Down

0 comments on commit ac583bb

Please sign in to comment.