Mute TransformIntegrationTests#testSearchTransform

Tracked in #37882.
This commit is contained in:
Julie Tibshirani 2019-01-25 11:11:46 -08:00
parent f1e71be8b2
commit 455f223c3a
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ public class TransformIntegrationTests extends AbstractWatcherIntegrationTestCas
assertThat(response.getHits().getAt(0).getSourceAsMap().get("key3").toString(), equalTo("20"));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37882")
public void testSearchTransform() throws Exception {
createIndex("my-condition-index", "my-payload-index");
ensureGreen("my-condition-index", "my-payload-index");