mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Julia Bardi <90178898+juliaElastic@users.noreply.github.com>
This commit is contained in:
parent
23d22569de
commit
43bf13d2ab
2 changed files with 2 additions and 3 deletions
|
@ -19,8 +19,7 @@ async function removeLogFile() {
|
|||
await fs.unlink(logFilePath).catch(() => void 0);
|
||||
}
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118626
|
||||
describe.skip('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
|
||||
describe('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let root: Root;
|
||||
let startES: () => Promise<kbnTestServer.TestElasticsearchUtils>;
|
||||
|
|
|
@ -341,7 +341,7 @@ export async function ensureDefaultComponentTemplate(
|
|||
await putComponentTemplate(esClient, logger, {
|
||||
name: FLEET_GLOBAL_COMPONENT_TEMPLATE_NAME,
|
||||
body: FLEET_GLOBAL_COMPONENT_TEMPLATE_CONTENT,
|
||||
});
|
||||
}).clusterPromise;
|
||||
}
|
||||
|
||||
return { isCreated: !existingTemplate };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue