Skip to content

Commit

Permalink
skip flaky suite (#117462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 4, 2021
1 parent 5eeb5b8 commit 03999ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 03999ab

Please sign in to comment.