Skip to content

Commit

Permalink
mark xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Feb 26, 2024
1 parent 09b9543 commit 9f4cf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -3900,7 +3900,7 @@ def test_debug_tab_completion_multiple_1(frontend, tmp):
""", PYTHONPATH=tmp.dir, frontend=frontend)


@retry
@pytest.mark.xfail(reason='not working on tab completion since https://github.com/ipython/ipython/pull/13889')
def test_debug_postmortem_tab_completion_1(frontend):
# Verify that tab completion in %debug postmortem mode works.
ipython("""
Expand All @@ -3922,7 +3922,7 @@ def test_debug_postmortem_tab_completion_1(frontend):
ipdb> q
""", frontend=frontend)


@pytest.mark.xfail(reason='not working on tab completion since https://github.com/ipython/ipython/pull/13889')
def test_debug_namespace_1_py3(frontend):
# Verify that autoimporting and tab completion happen in the local
# namespace.
Expand Down

0 comments on commit 9f4cf1f

Please sign in to comment.