skip flaky suite (#69783) (#70043)

This commit is contained in:
spalger 2020-07-29 17:07:15 -07:00
parent 0756dd3ae7
commit 3d08276549

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;