fix: player from android client

This commit is contained in:
ThetaDev 2023-07-30 17:00:47 +02:00
parent dd8a1a085b
commit 9d385e8e9b
3 changed files with 7 additions and 3 deletions

View file

@ -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) {