Skip to content

Commit

Permalink
unskips jest integration test (#162854)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
fix #108633
  • Loading branch information
TinaHeiligers authored Aug 3, 2023
1 parent 7d117ce commit 95ba923
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,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 95ba923

Please sign in to comment.