Skip to content

Commit

Permalink
Mark test as xfail on Windows. Ref #6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 20, 2020
1 parent 6b5a0aa commit 1ddcf5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_copy_html():
clipboard.copy_html(html_sample)


@pytest.mark.xfail('platform.system == "Windows"', reason="#6")
@needs_command("paste_html")
def test_paste_html():
# first ensure there's something on the clipboard
Expand Down

0 comments on commit 1ddcf5a

Please sign in to comment.