Skip to content

Commit

Permalink
ignore the camera test on the CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed May 16, 2024
1 parent 63f416a commit f1dec2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/v4lsrc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ mod tests {

use super::*;

// ignore this test because it requires a camera to be connected to the computer
// it is still runnable if specifically called with `cargo test emulate_runtime`
#[ignore]
#[test]
fn emulate_runtime() -> CuResult<()> {
println!("Build config");
Expand Down

0 comments on commit f1dec2e

Please sign in to comment.