Skip to content

Commit ca731ef

Browse files
committed
Skip failing test
1 parent 94a3433 commit ca731ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/functional/others/test_trust_notebook.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ async def test_text_notebooks_can_be_trusted(
146146
assert cell.metadata.get("trusted", True)
147147

148148

149+
# This test started failing on Windows on 2025-04-26
150+
# https://github.com/mwouts/jupytext/actions/runs/14683344298/job/41208822220?pr=1380
151+
@pytest.mark.skip_on_windows
149152
async def test_simple_notebook_is_trusted(tmpdir, python_notebook, cm):
150153
cm.root_dir = str(tmpdir)
151154

0 commit comments

Comments
 (0)