mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
skiping the manual test
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user