Skip to content

Commit

Permalink
skip suite failing es promotion (#158313)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 23, 2024
1 parent 0bb781d commit 7c1b342
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ async function removeLogFile() {
await fs.unlink(logFilePath).catch(() => void 0);
}

describe('migration v2', () => {
// Failing ES Promotion: https://github.com/elastic/kibana/issues/158313
describe.skip('migration v2', () => {
let esServer: TestElasticsearchUtils;
let root: Root;
let startES: () => Promise<TestElasticsearchUtils>;
Expand Down

0 comments on commit 7c1b342

Please sign in to comment.