From ca896d2dca250f3bc265fa6f1a67f9b0bfaf697e Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 17 Aug 2016 13:12:24 -0400 Subject: [PATCH] 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@3d69e9648c1914edb7e453cf810cf083f2c5fa76 --- .../xpack/watcher/test/integration/SearchTransformTests.java | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/SearchTransformTests.java b/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/SearchTransformTests.java index 384db986e4a..6b90415ae02 100644 --- a/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/SearchTransformTests.java +++ b/elasticsearch/x-pack/watcher/src/test/java/org/elasticsearch/xpack/watcher/test/integration/SearchTransformTests.java @@ -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();