[Test] Mute MonitoringBulkTests

Related issue: https://github.com/elastic/x-pack-elasticsearch/issues/353

Original commit: elastic/x-pack-elasticsearch@d2600652e7
This commit is contained in:
Tanguy Leroux 2017-03-16 09:57:32 +01:00
parent baaad36c5e
commit 803654d9bf
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import org.apache.http.HttpHeaders;
import org.apache.http.entity.ContentType;
import org.apache.http.entity.StringEntity;
import org.apache.http.message.BasicHeader;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.client.Response;
import org.elasticsearch.client.RestClient;
@ -41,6 +42,7 @@ import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.notNullValue;
import static org.hamcrest.Matchers.nullValue;
@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/353")
public class MonitoringBulkTests extends MonitoringIntegTestCase {
@Override