Skip to content

Commit b4ae29a

Browse files
committed
mute IndicesOptionsTests.testSerialization
See #30644
1 parent 4478f10 commit b4ae29a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
import static org.hamcrest.CoreMatchers.equalTo;
3333

3434
public class IndicesOptionsTests extends ESTestCase {
35+
36+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
3537
public void testSerialization() throws Exception {
3638
int iterations = randomIntBetween(5, 20);
3739
for (int i = 0; i < iterations; i++) {

0 commit comments

Comments
 (0)