Skip to content

Commit

Permalink
skip flaky suite (#59849)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 12, 2020
1 parent 6d95b68 commit b5f5284
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jest.mock('@elastic/eui', () => ({
),
}));

describe('<TemplateClone />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/59849
describe.skip('<TemplateClone />', () => {
let testBed: TemplateFormTestBed;

const { server, httpRequestsMockHelpers } = setupEnvironment();
Expand Down

0 comments on commit b5f5284

Please sign in to comment.