fix: player from android client
This commit is contained in:
parent
dd8a1a085b
commit
9d385e8e9b
3 changed files with 7 additions and 3 deletions
|
|
@ -28,8 +28,7 @@ use rustypipe::param::{
|
|||
#[rstest]
|
||||
#[case::desktop(ClientType::Desktop)]
|
||||
#[case::tv_html5_embed(ClientType::TvHtml5Embed)]
|
||||
// The Android client became flaky
|
||||
// #[case::android(ClientType::Android)]
|
||||
#[case::android(ClientType::Android)]
|
||||
#[case::ios(ClientType::Ios)]
|
||||
#[test_log::test]
|
||||
fn get_player_from_client(#[case] client_type: ClientType, rp: RustyPipe) {
|
||||
|
|
|
|||
Reference in a new issue