We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4478f10 commit b4ae29aCopy full SHA for b4ae29a
server/src/test/java/org/elasticsearch/action/support/IndicesOptionsTests.java
@@ -32,6 +32,8 @@
32
import static org.hamcrest.CoreMatchers.equalTo;
33
34
public class IndicesOptionsTests extends ESTestCase {
35
+
36
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/30644")
37
public void testSerialization() throws Exception {
38
int iterations = randomIntBetween(5, 20);
39
for (int i = 0; i < iterations; i++) {
0 commit comments