Skip to content

Commit 6e75d99

Browse files
author
Kartik Raj
committed
Disable windows store watcher tests
1 parent 4d668ce commit 6e75d99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/test/pythonEnvironments/base/locators/lowLevel/windowsStoreLocator.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ suite('Windows Store Locator', async () => {
9595
return items.some((item) => externalDeps.arePathsSame(item.executablePath, executable));
9696
}
9797

98-
suiteSetup(async () => {
98+
suiteSetup(async function () {
99+
// https://github.com/microsoft/vscode-python/issues/17797
100+
return this.skip();
99101
process.env.LOCALAPPDATA = testLocalAppData;
100102
await windowsStoreEnvs.cleanUp();
101103
});

0 commit comments

Comments
 (0)