Disabling local test while it awaits a fix

Original commit: elastic/x-pack-elasticsearch@3a8afb331f
This commit is contained in:
Chris Earle 2016-08-12 23:44:28 -04:00
parent e7ae3fa1f5
commit af28d05515
1 changed files with 6 additions and 0 deletions

View File

@ -84,4 +84,10 @@ public class LocalExporterTemplateTests extends AbstractExporterTemplateTestCase
waitNoPendingTasksOnAll();
assertPipelineExists(name);
}
@AwaitsFix(bugUrl = "testing locally to determine why this is a race condition on Jenkins")
@Override
public void testCreateWhenNoExistingTemplates() throws Exception {
}
}