Skip to content

Commit 9c7f0fe

Browse files
committed
Mute all tests in SearchableSnapshotsIntegTests (#69336)
1 parent d334e3b commit 9c7f0fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import com.carrotsearch.hppc.cursors.ObjectCursor;
1010
import org.apache.lucene.search.TotalHits;
1111
import org.apache.lucene.store.AlreadyClosedException;
12+
import org.apache.lucene.util.LuceneTestCase;
1213
import org.elasticsearch.ExceptionsHelper;
1314
import org.elasticsearch.ResourceNotFoundException;
1415
import org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotResponse;
@@ -116,9 +117,9 @@
116117
import static org.hamcrest.Matchers.oneOf;
117118
import static org.hamcrest.Matchers.sameInstance;
118119

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

121-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/69336")
122123
public void testCreateAndRestoreSearchableSnapshot() throws Exception {
123124
final String fsRepoName = randomAlphaOfLength(10);
124125
final String indexName = randomAlphaOfLength(10).toLowerCase(Locale.ROOT);

0 commit comments

Comments
 (0)