Mute QueryProfilerIT#testProfileMatchesRegular()

Relates #32492
This commit is contained in:
Daniel Mitterdorfer 2018-07-31 13:28:49 +02:00
parent 11f6983d69
commit 9703d06321
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ public class QueryProfilerIT extends ESIntegTestCase {
* search for each query. It then does some basic sanity checking of score and hits
* to make sure the profiling doesn't interfere with the hits being returned
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32492")
public void testProfileMatchesRegular() throws Exception {
createIndex("test");
ensureGreen();