skip flaky suite (#117462)

This commit is contained in:
Tiago Costa 2021-11-04 13:35:43 +00:00
parent 5eeb5b8dbe
commit 03999ab3a4
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -200,7 +200,8 @@ export default ({ getService }: FtrProviderContext) => {
});
});
describe('logging', () => {
// FLAKY: https://github.com/elastic/kibana/issues/117462
describe.skip('logging', () => {
beforeEach(async () => {
await logFile.reset();
});