Mute AzureSearchableSnapshotsIT (#58775)

Relates to #58260
This commit is contained in:
Lee Hinman 2020-06-30 13:30:51 -06:00 committed by GitHub
parent cae49b0fd7
commit 74a78b3a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -6,11 +6,13 @@
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