Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
skip shortcut tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Dec 26, 2023
1 parent 35339ea commit 89027e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Rust/src/windows/shortcuts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 89027e1

Please sign in to comment.