Skip to content

Commit

Permalink
Remove slow test for obsolete issue 133
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Feb 20, 2024
1 parent 9593b17 commit 6aa00f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Binary file removed tests/files/issue-133.png
Binary file not shown.
15 changes: 0 additions & 15 deletions tests/regression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,21 +315,6 @@ fn issue_129() {
);
}

#[test]
fn issue_133() {
let input = "tests/files/issue-133.png";
let (output, mut opts) = get_opts(Path::new(input));
opts.optimize_alpha = true;
test_it_converts(
input,
Some((output, opts)),
RGBA,
BitDepth::Eight,
RGBA,
BitDepth::Eight,
);
}

#[test]
fn issue_140() {
test_it_converts(
Expand Down

0 comments on commit 6aa00f5

Please sign in to comment.