Skip to content

Commit

Permalink
skip test instead of xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jan 2, 2024
1 parent 49dcb26 commit c7acf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bs.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def my_soup() -> BeautifulSoup:
return soup


@pytest.mark.xfail(reason="see https://github.com/telekom/mltb2/issues/127")
@pytest.mark.skip(reason="see https://github.com/telekom/mltb2/issues/127")
def test_extract_text(my_soup: BeautifulSoup):
result = extract_text(my_soup)
assert (
Expand Down

0 comments on commit c7acf50

Please sign in to comment.