mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-07 22:37:32 +01:00
adding the skip statement once again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user