Revert "Mute AzureSearchableSnapshotsIT (#58775)" (#59749)

This reverts commit 74a78b3a7b.
This commit is contained in:
Tanguy Leroux 2020-07-17 10:02:46 +02:00 committed by GitHub
parent 9aa476196f
commit 4827fec1cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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