Skip to content

Commit 448bdf7

Browse files
Delete skipped examples folder test (#4420)
We never found a way to run this without breaking other tests, and it's not that important, so let's remove it.
1 parent c3fab24 commit 448bdf7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/core/paths.test.ts

-7
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ describe("Path assumptions", function () {
1414
globalStorageUri = extension.getStorageUri();
1515
});
1616

17-
// TODO: This is skipped because it interferes with other tests. Either
18-
// need to find a way to close the opened folder via a Code API, or find
19-
// another way to test this.
20-
it.skip("Opens the examples folder at the expected path", async function () {
21-
assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
22-
});
23-
2417
it("Creates the session folder at the correct path", async function () {
2518
assert(await checkIfDirectoryExists(vscode.Uri.joinPath(globalStorageUri, "sessions")));
2619
});

0 commit comments

Comments
 (0)