skip flaky suite (#69783) (#70043)

(cherry picked from commit 3d08276549)
This commit is contained in:
spalger 2020-07-29 17:07:15 -07:00
parent 3aa56b7144
commit 0629266ec3

View file

@ -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;