Skip to content

Commit

Permalink
Unmark tests for gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Sep 30, 2022
1 parent d8ac4d4 commit 4f7c3cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/draw/test_gradient.py
Expand Up @@ -65,10 +65,8 @@ def test_linear_gradients_4(assert_pixels):
)''')


@pytest.mark.xfail
@assert_no_logs
def test_linear_gradients_5(assert_pixels):
# See https://bugs.ghostscript.com/show_bug.cgi?id=705225
assert_pixels('''
rBrrrBrrrB
rBrrrBrrrB
Expand Down Expand Up @@ -158,10 +156,8 @@ def test_linear_gradients_11(assert_pixels):
)''')


@pytest.mark.xfail
@assert_no_logs
def test_linear_gradients_12(assert_pixels):
# See https://bugs.ghostscript.com/show_bug.cgi?id=705225
assert_pixels('''
BBBBBBBBB
BBBBBBBBB
Expand Down

0 comments on commit 4f7c3cf

Please sign in to comment.