skip flaky suite (#106658)

This commit is contained in:
Brian Seeders 2021-07-30 16:35:55 -04:00
parent f50843dc52
commit ddd2655202

View file

@ -34,7 +34,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const es = getService('es');
describe('get_reporters', () => {
// Failing: See https://github.com/elastic/kibana/issues/106658
describe.skip('get_reporters', () => {
afterEach(async () => {
await deleteCasesByESQuery(es);
});