mute IndicesOptionsTests.testSerialization
See https://github.com/elastic/elasticsearch/pull/30644
This commit is contained in:
parent
4478f10a2a
commit
b4ae29a192
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in New Issue