Revert "fix output links for IPython 9 (#248349)" (#252017)

This reverts commit e5ddb82cdc.
This commit is contained in:
Aaron Munger
2025-06-21 00:40:52 -07:00
committed by GitHub
parent 347a99c2eb
commit d46348a55b
2 changed files with 3 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ suite('StackTraceHelper', () => {
assert.equal(errorLocation, '<a href=\'vscode-notebook-cell:?execution_count=3&line=2\'>line 2</a>');
});
test('IPython stack line numbers are linkified for IPython 9.0.0', () => {
test.skip('IPython stack line numbers are linkified for IPython 9.0.0', () => {
const stack =
'\u001b[31m---------------------------------------------------------------------------\u001b[39m\n' +
'\u001b[31mTypeError\u001b[39m Traceback (most recent call last)\n' +