Mute TransformTaskFailedStateIT#testForceStopFailedTransform

Tracking issue: https://github.com/elastic/elasticsearch/issues/51360
This commit is contained in:
Zachary Tong 2020-01-23 11:58:36 -05:00
parent d279b462f7
commit feb2a25761
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public class TransformTaskFailedStateIT extends TransformRestTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51360")
public void testForceStopFailedTransform() throws Exception {
String transformId = "test-force-stop-failed-transform";
createReviewsIndex(REVIEWS_INDEX_NAME, 10);