Commit 1057f2e4 by ibaker Committed by Ian Baker

Remove mobile_test_v22 while the V22 tests are disabled

PiperOrigin-RevId: 350578598
parent 2480e0a4
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment