skipping flaky suite (#87988)

This commit is contained in:
spalger 2021-01-13 08:51:30 -07:00
parent 74e408f91d
commit 05f5192d1d

View file

@ -36,6 +36,7 @@ export default ({ getService }: FtrProviderContext): void => {
const es = getService('es');
// Failing: See https://github.com/elastic/kibana/issues/88130
// FLAKY: https://github.com/elastic/kibana/issues/87988
describe.skip('patch_cases', () => {
afterEach(async () => {
await deleteCases(es);