We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd678a commit a3e61c1Copy full SHA for a3e61c1
Tests/test_file_pdf.py
@@ -37,6 +37,7 @@ def helper_save_as_pdf(tmp_path, mode, **kwargs):
37
return outfile
38
39
40
+@pytest.mark.valgrind_known_error(reason="Temporary skip")
41
def test_monochrome(tmp_path):
42
# Arrange
43
mode = "1"
0 commit comments