This reverts commit 74a78b3a7b
.
This commit is contained in:
parent
9aa476196f
commit
4827fec1cf
|
@ -6,13 +6,11 @@
|
|||
|
||||
package org.elasticsearch.xpack.searchablesnapshots;
|
||||
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.elasticsearch.common.settings.Settings;
|
||||
|
||||
import static org.hamcrest.Matchers.blankOrNullString;
|
||||
import static org.hamcrest.Matchers.not;
|
||||
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/58260")
|
||||
public class AzureSearchableSnapshotsIT extends AbstractSearchableSnapshotsRestTestCase {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue