Removes AwaitsFix on IndicesOptionsTests

This commit is contained in:
Colin Goodheart-Smithe 2018-05-16 15:24:58 +01:00
parent 5baadb1ff8
commit fa43aacd06
No known key found for this signature in database
GPG Key ID: F975E7BDD739B3C7
1 changed files with 0 additions and 1 deletions

View File

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