Mute PutMappingRequestTests.testSerialization

This test failed in a couple of branches/PRs, thus muting for now.

Relates #37654
This commit is contained in:
Alexander Reelsen 2019-01-21 14:02:53 +01:00
parent a3180fd136
commit 7173aa213a
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
package org.elasticsearch.client.indices;
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.common.xcontent.XContentParser;
import org.elasticsearch.index.RandomCreateIndexGenerator;
@ -26,6 +27,7 @@ import org.elasticsearch.test.AbstractXContentTestCase;
import java.io.IOException;
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37654")
public class PutMappingRequestTests extends AbstractXContentTestCase<PutMappingRequest> {
@Override