Skip to content

Commit

Permalink
skip failing suite (#98351)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 19, 2021
1 parent 4b0c01a commit c0d81c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ function createRoot() {
);
}

describe('migration v2', () => {
// FAILING: https://github.com/elastic/kibana/issues/98351
describe.skip('migration v2', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;

Expand Down

0 comments on commit c0d81c9

Please sign in to comment.