Skip to content

Commit

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

describe('<PipelinesClone />', () => {
// FLAKY: https://github.com/elastic/kibana/issues/66856
describe.skip('<PipelinesClone />', () => {
let testBed: PipelinesCloneTestBed;

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

0 comments on commit e21a8b5

Please sign in to comment.