mute IndicesOptionsTests.testSerialization

See https://github.com/elastic/elasticsearch/pull/30644
This commit is contained in:
Boaz Leskes 2018-05-16 15:07:28 +02:00
parent 4478f10a2a
commit b4ae29a192
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ import static org.elasticsearch.test.VersionUtils.randomVersion;
import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.CoreMatchers.equalTo;
public class IndicesOptionsTests extends ESTestCase { public class IndicesOptionsTests extends ESTestCase {
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
public void testSerialization() throws Exception { public void testSerialization() throws Exception {
int iterations = randomIntBetween(5, 20); int iterations = randomIntBetween(5, 20);
for (int i = 0; i < iterations; i++) { for (int i = 0; i < iterations; i++) {