test: skip android client test
This commit is contained in:
parent
e81a194510
commit
b451fbbd95
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Reference in a new issue