Mark WUT#testSerializeSearchRequest as awaits fix

This commit marks WatcherUtilsTests#testSerializeSearchRequest which is
failing with seed 97BC9E2543410D55 as awaits fix.

Original commit: elastic/x-pack-elasticsearch@45a174c1f2
This commit is contained in:
Jason Tedor 2016-08-17 13:10:42 -04:00
parent c2dbd5ed4a
commit bed5cc5882
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class WatcherUtilsTests extends ESTestCase {
assertThat(result, equalTo(expected));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/x-plugins/issues/3134")
public void testSerializeSearchRequest() throws Exception {
String[] expectedIndices = generateRandomStringArray(5, 5, true);
String[] expectedTypes = generateRandomStringArray(2, 5, true);