Skip to content

Commit

Permalink
ignore ests
Browse files Browse the repository at this point in the history
  • Loading branch information
lattice0 committed Aug 24, 2024
1 parent 7e7453c commit 5722a11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/devices/cc253x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ impl CC253X {
mod tests {
use super::*;

//cargo test test_open -- --nocapture --ignored
#[ignore]
#[test]
fn test_open() {
let _cc253x = CC253X::open(11).unwrap();
Expand Down

0 comments on commit 5722a11

Please sign in to comment.