Skip to content

Commit 957dc9a

Browse files
committed
Reenable SearchableSnapshotsIntegTests #69379
The backport of #69379 forgot to reenable the tests.
1 parent 61a7910 commit 957dc9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/SearchableSnapshotsIntegTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import com.carrotsearch.hppc.cursors.ObjectCursor;
1010
import org.apache.lucene.search.TotalHits;
11-
import org.apache.lucene.util.LuceneTestCase;
1211
import org.apache.lucene.store.AlreadyClosedException;
1312
import org.elasticsearch.ExceptionsHelper;
1413
import org.elasticsearch.ResourceNotFoundException;
@@ -119,7 +118,6 @@
119118
import static org.hamcrest.Matchers.oneOf;
120119
import static org.hamcrest.Matchers.sameInstance;
121120

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

125123
public void testCreateAndRestoreSearchableSnapshot() throws Exception {

0 commit comments

Comments
 (0)