Skip to content

Commit

Permalink
Don't use xfail because of #2282.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogiraoserrao committed Oct 5, 2023
1 parent 594f0ed commit b5a11ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshot_tests/test_snapshots.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ def test_component_classes_opacity(snap_compare) -> None:

# Right now, the snapshot test will show a bunch of faded red text when you inspect the snapshot
# but the markdown widget should show 4 sentences “this should be invisible” while it doesn't.
@pytest.mark.xfail(
@pytest.mark.skip( # This should be an xfail but #2282 is preventing me from using xfail
reason="The Markdown component classes won't reload while #3464 is open, https://github.com/Textualize/textual/issues/3464"
)
def test_component_classes_opacity_reloading(snap_compare) -> None:
Expand Down

0 comments on commit b5a11ae

Please sign in to comment.