We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5146db commit 91f06d0Copy full SHA for 91f06d0
src/core/server/saved_objects/migrations/integration_tests/7_13_0_failed_action_tasks.test.ts
@@ -19,7 +19,8 @@ async function removeLogFile() {
19
await fs.unlink(logFilePath).catch(() => void 0);
20
}
21
22
-describe('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
+// FLAKY: https://github.com/elastic/kibana/issues/118626
23
+describe.skip('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
24
let esServer: kbnTestServer.TestElasticsearchUtils;
25
let root: Root;
26
let startES: () => Promise<kbnTestServer.TestElasticsearchUtils>;
0 commit comments