From 6bc3ed7222a854591cff541bd3a687ec7a5ec80f Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Thu, 21 Mar 2024 16:20:22 +0100 Subject: [PATCH] adding the skip statement once again --- .../editor/contrib/indentation/test/browser/indentation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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