Skip to content

Commit 4624ba5

Browse files
author
Christoph Büscher
committed
[Tests] Muting RatedRequestsTests#testXContentParsingIsNotLenient
1 parent 4b893c1 commit 4624ba5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/rank-eval/src/test/java/org/elasticsearch/index/rankeval/RatedRequestsTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public void testXContentRoundtrip() throws IOException {
131131
}
132132
}
133133

134+
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/31104")
134135
public void testXContentParsingIsNotLenient() throws IOException {
135136
RatedRequest testItem = createTestItem(randomBoolean());
136137
XContentType xContentType = randomFrom(XContentType.values());

0 commit comments

Comments
 (0)