Muting DataFrameTransformIT.testGetStats

See #43324
This commit is contained in:
James Baiera 2019-06-19 13:57:25 -04:00
parent bf74d38782
commit 1dde6ba1db
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ public class DataFrameTransformIT extends ESRestHighLevelClientTestCase {
.build(); .build();
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43324")
public void testGetStats() throws Exception { public void testGetStats() throws Exception {
String sourceIndex = "transform-source"; String sourceIndex = "transform-source";
createIndex(sourceIndex); createIndex(sourceIndex);