We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe87926 commit f3fa2dcCopy full SHA for f3fa2dc
1 file changed
test/integration/lib/indexJanitor.test.ts
@@ -9,7 +9,8 @@ describe('AppMapIndex', () => {
9
beforeEach(waitForIndexer);
10
afterEach(initializeWorkspace);
11
12
- it('cleans up index directories', async () => {
+ // TODO: Restore this test once the IndexJanitor has been fixed or this test has been fixed.
13
+ xit('cleans up index directories', async () => {
14
const appmapFiles = await vscode.workspace.findFiles(`tmp/appmap/**/*.appmap.json`);
15
const indexDirs = appmapFiles.map(({ fsPath }) => fsPath.replace(/\.appmap\.json$/, ''));
16
0 commit comments