mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#117462)
This commit is contained in:
parent
e7ca0c2aa8
commit
cbd8bef70e
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