Skip to content

Commit

Permalink
chore: add fixme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion committed Apr 8, 2024
1 parent 0376d30 commit f003f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/shader/test_shader.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def test_on_off_current_eq(
self, is_template: bool, shader_path_factory: ShaderPathFactory
):
if is_template:
# FIXME: Confused shader identity results in buggy `hyprshade toggle`
pytest.skip(
"Template shader identity is buggy since the rendered path is different from the source path"
)
Expand Down

0 comments on commit f003f8c

Please sign in to comment.