Skip to content

Commit

Permalink
Add #[ignore] for tests requiring network access
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Feb 19, 2024
1 parent 6eaea10 commit 5df2899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkcs11/src/backend/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ mod test {
use super::*;

#[test]
#[ignore]
fn parrallel_fetch_all_keys() {
init_for_tests();
let slot = get_slot(0).unwrap();
Expand Down Expand Up @@ -741,6 +742,7 @@ mod test {
}

#[test]
#[ignore]
fn parrallel_fetch_all_keys_fail() {
THREADS_ALLOWED.store(false, Ordering::Relaxed);
init_for_tests();
Expand Down

0 comments on commit 5df2899

Please sign in to comment.