Mark STT#testParser as awaits fix

This commit marks SearchTransformTests#testParser which is failing with
seed 97BC9E2543410D55 as awaits fix.

Original commit: elastic/x-pack-elasticsearch@3d69e9648c
This commit is contained in:
Jason Tedor 2016-08-17 13:12:24 -04:00
parent bed5cc5882
commit ca896d2dca
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ public class SearchTransformTests extends ESIntegTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/3135")
public void testParser() throws Exception {
String[] indices = rarely() ? null : randomBoolean() ? new String[] { "idx" } : new String[] { "idx1", "idx2" };
SearchType searchType = getRandomSupportedSearchType();