Mute PutMappingRequestTests.testSerialization
This test failed in a couple of branches/PRs, thus muting for now. Relates #37654
This commit is contained in:
parent
a3180fd136
commit
7173aa213a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue