Skip to content

Commit 91f06d0

Browse files
committed
skip flaky suite (#118626)
1 parent c5146db commit 91f06d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/server/saved_objects/migrations/integration_tests/7_13_0_failed_action_tasks.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ async function removeLogFile() {
1919
await fs.unlink(logFilePath).catch(() => void 0);
2020
}
2121

22-
describe('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
22+
// FLAKY: https://github.com/elastic/kibana/issues/118626
23+
describe.skip('migration from 7.13 to 7.14+ with many failed action_tasks', () => {
2324
let esServer: kbnTestServer.TestElasticsearchUtils;
2425
let root: Root;
2526
let startES: () => Promise<kbnTestServer.TestElasticsearchUtils>;

0 commit comments

Comments
 (0)