Skip to content

Commit ac583bb

Browse files
ywelschmark-vieira
authored andcommitted
Mute all tests in SearchableSnapshotsIntegTests (#69336)
1 parent f011c54 commit ac583bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

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

99
import com.carrotsearch.hppc.cursors.ObjectCursor;
1010
import org.apache.lucene.search.TotalHits;
11+
import org.apache.lucene.util.LuceneTestCase;
1112
import org.elasticsearch.ExceptionsHelper;
1213
import org.elasticsearch.ResourceNotFoundException;
1314
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
@@ -110,6 +111,7 @@
110111
import static org.hamcrest.Matchers.oneOf;
111112
import static org.hamcrest.Matchers.sameInstance;
112113

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

115117
public void testCreateAndRestoreSearchableSnapshot() throws Exception {

0 commit comments

Comments
 (0)