fix: disable Android client

This commit is contained in:
ThetaDev 2024-11-25 15:48:04 +01:00
parent 706e88134c
commit a846b729e3
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
3 changed files with 3 additions and 4 deletions

View file

@ -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)]
#[case::ios(ClientType::Ios)]
#[tokio::test]
async fn get_player_from_client(#[case] client_type: ClientType, rp: RustyPipe) {