Skip to content

Commit 9703d06

Browse files
Mute QueryProfilerIT#testProfileMatchesRegular()
Relates #32492
1 parent 11f6983 commit 9703d06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/profile/query/QueryProfilerIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public void testProfileQuery() throws Exception {
105105
* search for each query. It then does some basic sanity checking of score and hits
106106
* to make sure the profiling doesn't interfere with the hits being returned
107107
*/
108+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32492")
108109
public void testProfileMatchesRegular() throws Exception {
109110
createIndex("test");
110111
ensureGreen();

0 commit comments

Comments
 (0)