From feb2a2576109195cf699313e7bf37be926bd811c Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Thu, 23 Jan 2020 11:58:36 -0500 Subject: [PATCH] Mute TransformTaskFailedStateIT#testForceStopFailedTransform Tracking issue: https://github.com/elastic/elasticsearch/issues/51360 --- .../xpack/transform/integration/TransformTaskFailedStateIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/plugin/transform/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformTaskFailedStateIT.java b/x-pack/plugin/transform/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformTaskFailedStateIT.java index cd01266ae8e..434a830132f 100644 --- a/x-pack/plugin/transform/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformTaskFailedStateIT.java +++ b/x-pack/plugin/transform/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/transform/integration/TransformTaskFailedStateIT.java @@ -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);