Removes AwaitsFix on IndicesOptionsTests
This commit is contained in:
parent
5baadb1ff8
commit
fa43aacd06
|
@ -33,7 +33,6 @@ 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