Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
actually xfail
  • Loading branch information
jeertmans committed Oct 18, 2023
commit 944dc8c3c81b9225857b2527abac5c9eb2df9ab1
2 changes: 1 addition & 1 deletion tests/test_slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def manimgl_cli(ctx: click.Context) -> None:
[manim_cli],
pytest.param(
manimgl_cli,
marks=pytest.mark.skipif(
marks=pytest.mark.xfail(
sys.platform == "win32" and os.environ.get("GITHUB_WORKFLOWS"),
reason="OpenGL cannot be installed on Windows in GitHub workflows",
),
Expand Down