Skip to content

Commit

Permalink
skip flaky suite (#91107)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 7, 2021
1 parent 76ed8db commit df46dc1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import { Root } from '../../../root';

const kibanaVersion = Env.createDefault(REPO_ROOT, getEnvOptions()).packageInfo.version;

describe('migration v2', () => {
// FLAKY: https://github.com/elastic/kibana/issues/91107
describe.skip('migration v2', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;
let coreStart: InternalCoreStart;
Expand Down

0 comments on commit df46dc1

Please sign in to comment.