[test] mute QueryProfilerIT.testProfileMatchesRegular

This commit is contained in:
Andy Bristol 2018-11-01 16:59:06 -07:00
parent f97c9b6af2
commit 2a60c24043
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,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();