Temporarily skip valgrind failure

This commit is contained in:
Andrew Murray 2022-08-23 09:16:40 +10:00
parent 4dd678a2e7
commit a3e61c1f89

View File

@ -37,6 +37,7 @@ def helper_save_as_pdf(tmp_path, mode, **kwargs):
return outfile return outfile
@pytest.mark.valgrind_known_error(reason="Temporary skip")
def test_monochrome(tmp_path): def test_monochrome(tmp_path):
# Arrange # Arrange
mode = "1" mode = "1"