Skip to content

Commit

Permalink
Fix test_cat_subset_ensure_reduced_size()
Browse files Browse the repository at this point in the history
  • Loading branch information
Cimon Lucas (LCM) committed Mar 6, 2024
1 parent 5b3b3cd commit d57ad5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def test_cat_subset_warn_on_missing_pages(capsys, tmp_path):
assert "WARN" in captured.out


@pytest.mark.xfail() # There is currently a bug there
def test_cat_subset_ensure_reduced_size(tmp_path, two_pages_pdf_filepath):
exit_code = run_cli(
[
Expand Down

0 comments on commit d57ad5e

Please sign in to comment.