Skip to content

Commit

Permalink
skip flaky suite (#91107)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 24, 2021
1 parent b1a95e4 commit 21820e9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ describe('migration v2', () => {
});
});

describe('migrating from the same Kibana version', () => {
// FLAKY: https://github.com/elastic/kibana/issues/91107
describe.skip('migrating from the same Kibana version', () => {
const migratedIndex = `.kibana_${kibanaVersion}_001`;

beforeAll(async () => {
Expand Down

0 comments on commit 21820e9

Please sign in to comment.