adding the skip statement once again

This commit is contained in:
Aiday Marlen Kyzy
2024-03-21 16:20:22 +01:00
parent 163ff5fad4
commit 6bc3ed7222
@@ -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