Muting LogstashSystemIndexIT.testPipelineCRUD

This commit is contained in:
Christoph Büscher 2020-09-16 11:04:30 +02:00
parent f6a8599cf8
commit 6a016fb755
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class LogstashSystemIndexIT extends ESRestTestCase {
); );
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62413")
public void testPipelineCRUD() throws Exception { public void testPipelineCRUD() throws Exception {
// put pipeline // put pipeline
final String pipelineJson = getPipelineJson(); final String pipelineJson = getPipelineJson();