Mark failing exporter template test as awaits fix
This test is failing for eleven days and needs to be looked at. Original commit: elastic/x-pack-elasticsearch@b16b95f333
This commit is contained in:
parent
ea0f3fe4a0
commit
275bfc0e51
|
@ -53,6 +53,7 @@ public class LocalExporterTemplateTests extends MonitoringIntegTestCase {
|
|||
return settings.build();
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1410")
|
||||
public void testCreateWhenExistingTemplatesAreOld() throws Exception {
|
||||
internalCluster().startNode();
|
||||
|
||||
|
|
Loading…
Reference in New Issue