skip suite failing es promotion (#96002)

This commit is contained in:
spalger 2021-03-31 15:24:17 -07:00
parent c66937d4c6
commit 0cdf445718

View file

@ -24,7 +24,8 @@ export default function ({ getService }) {
cleanUp,
} = registerHelpers(getService);
describe('jobs', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96002
describe.skip('jobs', () => {
after(() => cleanUp());
describe('indices', () => {