Skip to content

Commit ff84a13

Browse files
committed
Skip flaky test
1 parent e447be2 commit ff84a13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/common/src/logging/logger.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ mod tests {
778778
}
779779

780780
#[test]
781+
#[ignore = "Flaky test: Passing locally on some systems, failing in CI"]
781782
fn test_file_rotation_and_backup_limits() {
782783
// Create a temporary directory for log files
783784
let temp_dir = tempdir().expect("Failed to create temporary directory");

0 commit comments

Comments
 (0)