Skip to content

Commit c67256e

Browse files
committed
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

+4-1
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)