From 8a22be5ddc3750155c3c756fcb784e649aa29fd3 Mon Sep 17 00:00:00 2001 From: Aiday Marlen Kyzy Date: Wed, 20 Mar 2024 15:38:50 +0100 Subject: [PATCH] skiping the manual test --- .../workbench/contrib/codeEditor/test/node/autoindent.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/codeEditor/test/node/autoindent.test.ts b/src/vs/workbench/contrib/codeEditor/test/node/autoindent.test.ts index a5ad3e106aa..aab4ac02cdc 100644 --- a/src/vs/workbench/contrib/codeEditor/test/node/autoindent.test.ts +++ b/src/vs/workbench/contrib/codeEditor/test/node/autoindent.test.ts @@ -51,7 +51,7 @@ suite('Auto-Reindentation - TypeScript/JavaScript', () => { ensureNoDisposablesAreLeakedInTestSuite(); // Test which can be ran to find cases of incorrect indentation... - test('Find Cases of Incorrect Indentation', () => { + test.skip('Find Cases of Incorrect Indentation', () => { const filePath = path.join('..', 'TypeScript', 'src', 'server', 'utilities.ts'); const fileContents = fs.readFileSync(filePath).toString();