Mute TransformTaskFailedStateIT#testStartFailedTransform

Tracking issue: https://github.com/elastic/elasticsearch/issues/51360
This commit is contained in:
Zachary Tong 2020-01-23 12:53:02 -05:00
parent 0152c40724
commit 2e314a133f
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class TransformTaskFailedStateIT extends TransformRestTestCase {
assertThat(XContentMapValues.extractValue("reason", fullState), is(nullValue()));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51360")
public void testStartFailedTransform() throws Exception {
String transformId = "test-force-start-failed-transform";
createReviewsIndex(REVIEWS_INDEX_NAME, 10);