Skip to content

Commit

Permalink
Reenable SearchableSnapshotsIntegTests #69379
Browse files Browse the repository at this point in the history
The backport of #69379 forgot to reenable the tests.
  • Loading branch information
ywelsch committed Mar 17, 2021
1 parent 61a7910 commit 957dc9a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import com.carrotsearch.hppc.cursors.ObjectCursor;
import org.apache.lucene.search.TotalHits;
import org.apache.lucene.util.LuceneTestCase;
import org.apache.lucene.store.AlreadyClosedException;
import org.elasticsearch.ExceptionsHelper;
import org.elasticsearch.ResourceNotFoundException;
Expand Down Expand Up @@ -119,7 +118,6 @@
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 957dc9a

Please sign in to comment.