mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
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…
x
Reference in New Issue
Block a user