diff --git a/IPython/core/tests/test_run.py b/IPython/core/tests/test_run.py index 877c1a7..62c58b7 100644 --- a/IPython/core/tests/test_run.py +++ b/IPython/core/tests/test_run.py @@ -495,6 +495,7 @@ def test_run_tb(): nt.assert_in("RuntimeError", out) nt.assert_equal(out.count("---->"), 3) +@dec.knownfailureif(sys.platform == 'win32', "writes to io.stdout aren't captured on Windows") def test_script_tb(): """Test traceback offset in `ipython script.py`""" with TemporaryDirectory() as td: