Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Jul 11, 2024
1 parent 77189a0 commit d2c4d85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screenpipe-server/tests/audio_vision_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use serde_json::Value;
use std::time::{Duration, Instant};

#[tokio::test]
#[ignore] // only run locally atm
async fn test_screen_capture_to_api_delay() {
// rm the data directory
std::fs::remove_dir_all("../data-test").unwrap_or_default();
Expand Down

0 comments on commit d2c4d85

Please sign in to comment.