mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#117462)
This commit is contained in:
parent
5eeb5b8dbe
commit
03999ab3a4
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue