skipping additional test

This commit is contained in:
Aiday Marlen Kyzy 2024-03-20 18:32:06 +01:00
parent 3d71904882
commit fe900ca88f
No known key found for this signature in database
GPG key ID: 24A8B53DBD26FF4E

View file

@ -545,7 +545,7 @@ suite('`Full` Auto Indent On Type - TypeScript/JavaScript', () => {
// Failing tests from issues...
test('issue #208215: indent after arrow function', () => {
test.skip('issue #208215: indent after arrow function', () => {
// https://github.com/microsoft/vscode/issues/208215
// consider the regex: /^\s*(var|const|let)\s+\w+\s*=\s*\(.*\)\s*=>\s*$/