Skip to content

Commit

Permalink
skip flaky suite (#87968)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 12, 2021
1 parent d3303f2 commit 638b5e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ describe('migration v2', () => {
await new Promise((resolve) => setTimeout(resolve, 10000));
};

describe('migrating from 7.3.0-xpack version', () => {
// FLAKY: https://github.com/elastic/kibana/issues/87968
describe.skip('migrating from 7.3.0-xpack version', () => {
const migratedIndex = `.kibana_${kibanaVersion}_001`;

beforeAll(async () => {
Expand Down

0 comments on commit 638b5e2

Please sign in to comment.