Skip to content

Commit

Permalink
ignore the paeth equivalence test by default to avoid inflating CI times
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Dec 1, 2024
1 parent e0b1953 commit 9ed0d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ mod test {
}

#[test]
#[ignore] // takes ~20s without optimizations
fn paeth_impls_are_equivalent() {
use super::{filter_paeth, filter_paeth_decode};
for a in 0..=255 {
Expand Down

0 comments on commit 9ed0d9e

Please sign in to comment.