We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b893c1 commit 4624ba5Copy full SHA for 4624ba5
modules/rank-eval/src/test/java/org/elasticsearch/index/rankeval/RatedRequestsTests.java
@@ -131,6 +131,7 @@ public void testXContentRoundtrip() throws IOException {
131
}
132
133
134
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/31104")
135
public void testXContentParsingIsNotLenient() throws IOException {
136
RatedRequest testItem = createTestItem(randomBoolean());
137
XContentType xContentType = randomFrom(XContentType.values());
0 commit comments