Skip to content

Commit bbef8ea

Browse files
committed
Skip again.
1 parent 2e1a955 commit bbef8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_debugging.py

+2
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def task_example():
173173

174174

175175
@pytest.mark.end_to_end
176+
@pytest.mark.xfail(reason="#312")
176177
@pytest.mark.skipif(not IS_PEXPECT_INSTALLED, reason="pexpect is not installed.")
177178
@pytest.mark.skipif(sys.platform == "win32", reason="pexpect cannot spawn on Windows.")
178179
def test_pdb_interaction_capturing_simple(tmp_path): # pragma: no cover
@@ -284,6 +285,7 @@ def task_2():
284285

285286

286287
@pytest.mark.end_to_end
288+
@pytest.mark.xfail(reason="#312")
287289
@pytest.mark.skipif(not IS_PEXPECT_INSTALLED, reason="pexpect is not installed.")
288290
@pytest.mark.skipif(sys.platform == "win32", reason="pexpect cannot spawn on Windows.")
289291
def test_pdb_interaction_capturing_twice(tmp_path): # pragma: no cover

0 commit comments

Comments
 (0)