mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#106658)
This commit is contained in:
parent
f50843dc52
commit
ddd2655202
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue