Browse Source

Removes AwaitsFix on IndicesOptionsTests

Colin Goodheart-Smithe 7 years ago
parent
commit
fa43aacd06

+ 0 - 1
server/src/test/java/org/elasticsearch/action/support/IndicesOptionsTests.java

@@ -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++) {