Disabling local test while it awaits a fix
Original commit: elastic/x-pack-elasticsearch@3a8afb331f
This commit is contained in:
parent
e7ae3fa1f5
commit
af28d05515
|
@ -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 {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue