Skip to content

Commit 6bc3ed7

Browse files
committed
adding the skip statement once again
1 parent 163ff5f commit 6bc3ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/contrib/indentation/test/browser/indentation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ suite('`Full` Auto Indent On Type - TypeScript/JavaScript', () => {
883883
});
884884
});
885885

886-
test('issue #43244: indent when lambda arrow function is detected, outdent when end is reached', () => {
886+
test.skip('issue #43244: indent when lambda arrow function is detected, outdent when end is reached', () => {
887887

888888
// https://github.com/microsoft/vscode/issues/43244
889889

0 commit comments

Comments
 (0)