Skip to content

Commit 95d06e4

Browse files
committed
Mute all tests in SearchableSnapshotsIntegTests (elastic#69336)
1 parent 1c1c3bb commit 95d06e4

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
@@ -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,9 +111,9 @@
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

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

0 commit comments

Comments
 (0)