Skip to content

Commit

Permalink
skip failing suite (elastic#98351)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and yctercero committed May 25, 2021
1 parent 2b07209 commit 9dc2dc0
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 9dc2dc0

Please sign in to comment.