Skip to content

Commit 5f16852

Browse files
committed
mute IndicesOptionsTests.testSerialization
See #30644
1 parent 0aafb06 commit 5f16852

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
@@ -28,6 +28,8 @@
2828
import static org.hamcrest.CoreMatchers.equalTo;
2929

3030
public class IndicesOptionsTests extends ESTestCase {
31+
32+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
3133
public void testSerialization() throws Exception {
3234
int iterations = randomIntBetween(5, 20);
3335
for (int i = 0; i < iterations; i++) {

0 commit comments

Comments
 (0)