Skip to content

Commit

Permalink
skip flaky suite (#69783) (#70043)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 30, 2020
1 parent 0756dd3 commit 3d08276
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jest.mock('../../kibana_services', () => {

const { setup } = pageHelpers.jobCreate;

describe('Create Rollup Job, step 6: Review', () => {
// FLAKY: https://github.com/elastic/kibana/issues/69783
// FLAKY: https://github.com/elastic/kibana/issues/70043
describe.skip('Create Rollup Job, step 6: Review', () => {
let find;
let exists;
let actions;
Expand Down

0 comments on commit 3d08276

Please sign in to comment.