mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Flaky test: rolling file appender (#162851)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Ahmad Bamieh <ahmad.bamyeh@elastic.co>
This commit is contained in:
parent
1520d47ff7
commit
b443c0cb9d
1 changed files with 1 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue