Skip to content

Commit fa43aac

Browse files
committed
Removes AwaitsFix on IndicesOptionsTests
1 parent 5baadb1 commit fa43aac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/action/support/IndicesOptionsTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
public class IndicesOptionsTests extends ESTestCase {
3535

36-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
3736
public void testSerialization() throws Exception {
3837
int iterations = randomIntBetween(5, 20);
3938
for (int i = 0; i < iterations; i++) {

0 commit comments

Comments
 (0)