Skip to content

Commit

Permalink
skip failing suite (elastic#98352)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and yctercero committed May 25, 2021
1 parent d20de55 commit 65e466c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ function createRoot() {
);
}

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

Expand Down

0 comments on commit 65e466c

Please sign in to comment.