|
@@ -9,7 +9,6 @@ package org.elasticsearch.xpack.searchablesnapshots;
|
|
|
import com.carrotsearch.hppc.cursors.ObjectCursor;
|
|
|
import org.apache.lucene.search.TotalHits;
|
|
|
import org.apache.lucene.store.AlreadyClosedException;
|
|
|
-import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.ExceptionsHelper;
|
|
|
import org.elasticsearch.ResourceNotFoundException;
|
|
|
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
|
|
@@ -117,7 +116,6 @@ import static org.hamcrest.Matchers.not;
|
|
|
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 {
|