From 89027e11285eac1a5197af7a6cd6de4e08941e35 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Tue, 26 Dec 2023 00:56:57 +0000 Subject: [PATCH] skip shortcut tests on ci --- src/Rust/src/windows/shortcuts.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Rust/src/windows/shortcuts.rs b/src/Rust/src/windows/shortcuts.rs index 8f78be074..88e9a8051 100644 --- a/src/Rust/src/windows/shortcuts.rs +++ b/src/Rust/src/windows/shortcuts.rs @@ -91,6 +91,7 @@ fn test_can_resolve_existing_shortcut() { } #[test] +#[ignore] fn shortcut_full_integration_test() { let desktop = w::SHGetKnownFolderPath(&co::KNOWNFOLDERID::Desktop, co::KF::DONT_UNEXPAND, None).unwrap(); let link_location = Path::new(&desktop).join("testclowd123hi.lnk");