diff --git a/tests/test_interactive.py b/tests/test_interactive.py index de905cea..d5726cc5 100644 --- a/tests/test_interactive.py +++ b/tests/test_interactive.py @@ -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(""" @@ -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.