diff --git a/plugins/updater/tests/app-updater/tests/update.rs b/plugins/updater/tests/app-updater/tests/update.rs index 3587946b..ca2970e2 100644 --- a/plugins/updater/tests/app-updater/tests/update.rs +++ b/plugins/updater/tests/app-updater/tests/update.rs @@ -281,8 +281,8 @@ fn app() { #[test] #[ignore] fn it_updates() { - // #[cfg(windows)] - // nsis(); + #[cfg(windows)] + nsis(); // MSI test should be the last one #[cfg(windows)] msi();