diff --git a/src/input/sources/ytdl.rs b/src/input/sources/ytdl.rs index f195726f4..9bfc36e2e 100644 --- a/src/input/sources/ytdl.rs +++ b/src/input/sources/ytdl.rs @@ -246,6 +246,7 @@ mod tests { } #[tokio::test] + #[ignore] #[ntest::timeout(20_000)] async fn ytdl_page_with_playlist_plays() { track_plays_passthrough(|| YoutubeDl::new(Client::new(), YTDL_PLAYLIST_TARGET)).await; @@ -272,6 +273,7 @@ mod tests { } #[tokio::test] + #[ignore] #[ntest::timeout(20_000)] async fn ytdl_search_plays() { let mut ytdl = YoutubeDl::new_search(Client::new(), "cloudkicker 94 days"); @@ -284,6 +286,7 @@ mod tests { } #[tokio::test] + #[ignore] #[ntest::timeout(20_000)] async fn ytdl_search_3() { let mut ytdl = YoutubeDl::new_search(Client::new(), "test");