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 11f6983 commit 9703d06Copy full SHA for 9703d06
server/src/test/java/org/elasticsearch/search/profile/query/QueryProfilerIT.java
@@ -105,6 +105,7 @@ public void testProfileQuery() throws Exception {
105
* search for each query. It then does some basic sanity checking of score and hits
106
* to make sure the profiling doesn't interfere with the hits being returned
107
*/
108
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32492")
109
public void testProfileMatchesRegular() throws Exception {
110
createIndex("test");
111
ensureGreen();
0 commit comments