kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
483 stars 80 forks source link

fido-key-manager: disable tests #358

Closed micolous closed 11 months ago

micolous commented 11 months ago

fido-key-manager requires elevation on Windows:

cargo can't launch binaries requiring elevation. There's also no way to detect at a build.rs level whether a binary target will be used for a test, and conditionally disable elevation support.

There's no tests in fido-key-manager anyway – so this just disables them explicitly so that a project-wide cargo test won't fail on Windows.