Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c67256e

Browse files
Skip problematic OpenExamplesFolder test which breaks other tests
1 parent 0c2c007 commit c67256e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎test/core/paths.test.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ import utils = require("../utils");
1111
suite("Path assumptions", () => {
1212
suiteSetup(utils.ensureExtensionIsActivated);
1313

14-
test("The examples folder can be opened (and exists)", async () => {
14+
// TODO: This is skipped because it intereferes with other tests. Either
15+
// need to find a way to close the opened folder via a Code API, or find
16+
// another way to test this.
17+
test.skip("The examples folder can be opened (and exists)", async () => {
1518
assert(await vscode.commands.executeCommand("PowerShell.OpenExamplesFolder"));
1619
});
1720

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /