diff --git a/src/vs/editor/contrib/indentation/test/browser/indentation.test.ts b/src/vs/editor/contrib/indentation/test/browser/indentation.test.ts index 779827baece..7f8c30f73f6 100644 --- a/src/vs/editor/contrib/indentation/test/browser/indentation.test.ts +++ b/src/vs/editor/contrib/indentation/test/browser/indentation.test.ts @@ -883,7 +883,7 @@ suite('`Full` Auto Indent On Type - TypeScript/JavaScript', () => { }); }); - test('issue #43244: indent when lambda arrow function is detected, outdent when end is reached', () => { + test.skip('issue #43244: indent when lambda arrow function is detected, outdent when end is reached', () => { // https://github.com/microsoft/vscode/issues/43244