mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#118626)
This commit is contained in:
parent
c5146db546
commit
91f06d07a2
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ async function removeLogFile() {
|
|||
await fs.unlink(logFilePath).catch(() => void 0);
|
||||
}
|
||||
|
||||
describe('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118626
|
||||
describe.skip('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let root: Root;
|
||||
let startES: () => Promise<kbnTestServer.TestElasticsearchUtils>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue