diff --git a/tests/youtube.rs b/tests/youtube.rs index d1e7475..87e475d 100644 --- a/tests/youtube.rs +++ b/tests/youtube.rs @@ -30,7 +30,7 @@ use rustypipe::validate; #[case::desktop(ClientType::Desktop)] #[case::tv(ClientType::Tv)] #[case::mobile(ClientType::Mobile)] -#[case::android(ClientType::Android)] +// #[case::android(ClientType::Android)] Removed since it requires Android device attestation #[case::ios(ClientType::Ios)] #[tokio::test] async fn get_player_from_client(#[case] client_type: ClientType, rp: RustyPipe) {