Remove slow test for obsolete issue 133

This commit is contained in:
Andrew 2024-02-20 16:46:08 +13:00
parent 9593b17919
commit 6aa00f508e
2 changed files with 0 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -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] #[test]
fn issue_140() { fn issue_140() {
test_it_converts( test_it_converts(