Revert "tests - enable API tests with test runner" (#241146)

Revert "tests - enable API tests with test runner (#240876)"

This reverts commit 0c4d85850f.
This commit is contained in:
Benjamin Pasero
2025-02-19 07:15:40 +01:00
committed by GitHub
parent cbae72f673
commit 105d4af21c
3 changed files with 5 additions and 17 deletions

View File

@@ -65,18 +65,6 @@ const extensions = [
{
label: 'microsoft-authentication',
mocha: { timeout: 60_000 }
},
{
label: 'vscode-api-tests-folder',
workspaceFolder: `extensions/vscode-api-tests/testWorkspace`,
mocha: { timeout: 60_000 },
files: 'extensions/vscode-api-tests/out/singlefolder-tests/**/*.test.js',
},
{
label: 'vscode-api-tests-workspace',
workspaceFolder: `extensions/vscode-api-tests/testworkspace.code-workspace`,
mocha: { timeout: 60_000 },
files: 'extensions/vscode-api-tests/out/workspace-tests/**/*.test.js',
}
];