Skip to content

Commit

Permalink
Mute PutMappingRequestTests.testSerialization
Browse files Browse the repository at this point in the history
This test failed in a couple of branches/PRs, thus muting for now.

Relates #37654
  • Loading branch information
spinscale committed Jan 21, 2019
1 parent a3180fd commit 7173aa2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@

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;
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
Expand Down

0 comments on commit 7173aa2

Please sign in to comment.