Skip to content

Commit

Permalink
Merge pull request #6524 from radarhere/pdf
Browse files Browse the repository at this point in the history
Temporarily skip valgrind failure
  • Loading branch information
hugovk committed Aug 23, 2022
2 parents a28d102 + a3e61c1 commit 3892458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/test_file_pdf.py
Expand Up @@ -37,6 +37,7 @@ def helper_save_as_pdf(tmp_path, mode, **kwargs):
return outfile


@pytest.mark.valgrind_known_error(reason="Temporary skip")
def test_monochrome(tmp_path):
# Arrange
mode = "1"
Expand Down

0 comments on commit 3892458

Please sign in to comment.