Re-add the v22 and v29 test targets

PiperOrigin-RevId: 351393044
This commit is contained in:
ibaker 2021-01-12 18:01:34 +00:00 committed by Oliver Woodman
parent a9cdb4ca06
commit 71c2b8a76c

View File

@ -48,7 +48,6 @@ import org.junit.runner.RunWith;
/** Tests Widevine encrypted DASH playbacks using offline keys. */ /** Tests Widevine encrypted DASH playbacks using offline keys. */
@RunWith(AndroidJUnit4.class) @RunWith(AndroidJUnit4.class)
// TODO(internal b/176960595): Re-add the V22 & V29 test targets when re-enabling these tests.
@Ignore( @Ignore(
"Need to be reconfigured/rewritten with an offline-compatible licence [internal b/176960595].") "Need to be reconfigured/rewritten with an offline-compatible licence [internal b/176960595].")
public final class DashWidevineOfflineTest { public final class DashWidevineOfflineTest {