Skip to content

Commit

Permalink
Flaky test: rolling file appender (elastic#162851)
Browse files Browse the repository at this point in the history
Co-authored-by: kibanamachine <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
  • Loading branch information
3 people authored Aug 3, 2023
1 parent 1520d47 commit b443c0c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ describe('RollingFileAppender', () => {
const message = (index: number) => `some message of around 40 bytes number ${index}`;
const expectedFileContent = (indices: number[]) => indices.map(message).join('\n') + '\n';

// FLAKY: https://github.com/elastic/kibana/issues/108633
describe.skip('`size-limit` policy with `numeric` strategy', () => {
describe('`size-limit` policy with `numeric` strategy', () => {
it('rolls the log file in the correct order', async () => {
root = createRoot({
type: 'rolling-file',
Expand Down

0 comments on commit b443c0c

Please sign in to comment.