diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-04-18 12:44:32 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-04-18 12:47:48 +0100 |
| commit | 5709f4cd1a8815688c226d4e68d125a675e83de8 (patch) | |
| tree | 7431f65de1c0f499d18eb7fffe90925d24b474d3 | |
| parent | ed7ff338d7bac01c303c9bb7a5a0263897ba31c5 (diff) | |
| download | mullvadvpn-5709f4cd1a8815688c226d4e68d125a675e83de8.tar.xz mullvadvpn-5709f4cd1a8815688c226d4e68d125a675e83de8.zip | |
Disable rpc_info_file_permissions test on windows
| -rw-r--r-- | mullvad-daemon/tests/startup.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mullvad-daemon/tests/startup.rs b/mullvad-daemon/tests/startup.rs index 71ba7a752b..f3cb7f8a50 100644 --- a/mullvad-daemon/tests/startup.rs +++ b/mullvad-daemon/tests/startup.rs @@ -14,6 +14,8 @@ use common::{rpc_file_path, DaemonRunner}; use platform_specific::*; +// TODO: this test fails intermittently on Windows, would be nice to fix this later +#[cfg(not(windows))] #[test] fn rpc_info_file_permissions() { let rpc_file = rpc_file_path(); |
