Mute DataFrameTaskFailedStateIT.testFailureStateInteraction (#40544)

This commit is contained in:
David Kyle 2019-03-27 17:36:43 +00:00
parent 95a0c524a1
commit 13d4d73ce3
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ import static org.hamcrest.Matchers.equalTo;
public class DataFrameTaskFailedStateIT extends DataFrameRestTestCase {
public void testDummy() {
// remove once the awaits fix below is resolved
}
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/40543")
public void testFailureStateInteraction() throws Exception {
createReviewsIndex();
String transformId = "failure_pivot_1";