Disable DashWidevineOfflineTest

These tests are performing offline-centric assertions using a streaming
licence. They need to be reconfigured to use a new offline-centric
licence that sets the correct duration fields (rental_duration_seconds
and playback_duration_seconds).

PiperOrigin-RevId: 350550971
This commit is contained in:
ibaker 2021-01-07 14:54:44 +00:00 committed by Ian Baker
parent c2d7fae535
commit a25ad03b9f

View File

@ -41,12 +41,14 @@ import com.google.android.exoplayer2.util.Util;
import java.io.IOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
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).")
public final class DashWidevineOfflineTest {
private static final String TAG = "DashWidevineOfflineTest";