We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7136f9d commit fdcee32Copy full SHA for fdcee32
e2e/src/e2e-per-user.ts
@@ -29,7 +29,8 @@ const autoLaunchMsiOptions = {
29
}
30
};
31
32
-describe('MSI perUser install', () => {
+// did break with https://github.com/electron-userland/electron-wix-msi/pull/138
33
+describe.skip('MSI perUser install', () => {
34
before(async () => {
35
if (await checkInstall(`${defaultMsiOptions.name} (Machine - MSI)`)) {
36
await uninstallViaPowershell(`${defaultMsiOptions.name} (Machine - MSI)`);
e2e/src/utils/bin/Lnkspector.exe
0 Bytes
0 commit comments