Skip to content

Commit 9a64ae0

Browse files
Mute IndicesRequestCacheIT#testQueryRewrite
Relates #32827
1 parent ff067e1 commit 9a64ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/IndicesRequestCacheIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public void testCacheAggs() throws Exception {
101101
@TestIssueLogging(
102102
value = "org.elasticsearch.indices.IndicesRequestCache:TRACE",
103103
issueUrl = "https://github.com/elastic/elasticsearch/issues/32827")
104+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32827")
104105
public void testQueryRewrite() throws Exception {
105106
Client client = client();
106107
assertAcked(client.admin().indices().prepareCreate("index").setMapping("s", "type=date")

0 commit comments

Comments
 (0)