mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
Remove mobile_test_v22 while the V22 tests are disabled
PiperOrigin-RevId: 350578598
This commit is contained in:
parent
2480e0a477
commit
1057f2e455
1 changed files with 3 additions and 1 deletions
|
|
@ -48,7 +48,9 @@ import org.junit.runner.RunWith;
|
|||
|
||||
/** Tests Widevine encrypted DASH playbacks using offline keys. */
|
||||
@RunWith(AndroidJUnit4.class)
|
||||
@Ignore("Need to be reconfigured/rewritten with an offline-compatible licence (b/176960595).")
|
||||
// TODO(internal b/176960595): Re-add the V22 test targets when re-enabling these tests.
|
||||
@Ignore(
|
||||
"Need to be reconfigured/rewritten with an offline-compatible licence [internal b/176960595].")
|
||||
public final class DashWidevineOfflineTest {
|
||||
|
||||
private static final String TAG = "DashWidevineOfflineTest";
|
||||
|
|
|
|||
Loading…
Reference in a new issue